inspect is a method that will return a string with literal representation of the object it is called on.
puts (1..5).to_a.inspect
=> [1, 2, 3, 4, 5]
puts :name.inspect
=> :name
by the way, using inspect to print an object is so common that there is a shortcut for it, the p function:
p :name #this will first exec :name.inspect, then puts the returning string.
this is equivalent with:
puts :name.inspect
发表评论
-
12.3.3 scaling issue of the status feed
2011-10-30 17:54 816the problem of the implementati ... -
12.3 the status feed
2011-10-30 15:34 8521. we need to get all the micro ... -
12.2 a working follow button with Ajax
2011-10-29 18:10 9091. in the last chapter, in the ... -
12.2 a web interface for following and followers.
2011-10-28 22:14 8761.before we do the UI, we need ... -
12. following user, 12.1 relationship model
2011-10-18 14:29 7471. we need to use a relationshi ... -
11.3 manipulating microposts.
2011-10-17 15:31 8931. since all micropost actions ... -
11.2 show microposts.
2011-10-17 12:01 6981. add test to test the new use ... -
11.1 user micropost -- a micropost model.
2011-10-17 10:43 11031. we will first generate a mic ... -
10.4 destroying users.
2011-10-16 15:47 733in this chapter, we will add de ... -
10.3 showing users list
2011-10-15 20:41 768in this chapter, we will do use ... -
10.2 protect pages.
2011-10-15 15:11 656again, we will start from TD ... -
10.1 updating users.
2011-10-14 18:30 7051. git checkout -b updating-use ... -
9.4 sign out
2011-10-13 15:21 731whew!!!, last chapter is a long ... -
9.3 sign in success.
2011-10-12 15:39 7411. we will first finish the cre ... -
9.1 about flash.now[:error] vs flash[:error]
2011-10-12 15:37 722There’s a subtle difference ... -
9.2 sign in failure
2011-10-12 12:19 655start from TDD!!! 1. requir ... -
9.1 sessions
2011-10-12 10:00 643a session is a semi-permanent c ... -
what test framework should you use?
2011-10-11 16:56 0for integration test, i have no ... -
what test framework should you use?
2011-10-11 16:56 0<p>for integration test, ... -
8.4 rspec integration tests
2011-10-11 16:53 714in integration test, you can te ...
相关推荐
just a matter of typing ruby at the command line and pressing enter, and your Ruby script is running. However, Ruby’s syntax is deceptively simple; in fact, Ruby employs sophisticated ideas from ...
标题中的"inspect.exe, inspect32.exe"是微软提供的两款工具,主要用于Windows系统下的调试和检查。inspect.exe是64位版本,而inspect32.exe则是32位版本,适用于不同架构的操作系统。这两个工具在软件开发和故障...
inspect.exe和inspect32.exe是微软提供的一对用于Windows应用程序调试和分析的工具。它们主要帮助开发者检查和理解窗口、控件以及系统消息的交互,是Windows编程领域中不可或缺的辅助工具。 inspect.exe是适用于64...
本文将详细介绍标题"SPY+Inspect+py_inspect-master"所涵盖的三个主要工具:`inspect`、`Spy++`以及`py_inspect-master`,它们在自动化测试中的作用和使用方法。 首先,`inspect`是Python标准库中一个非常实用的...
《inspect.exe在Windows窗口调试开发中的应用》 在Windows操作系统中,进行窗口应用程序的开发与调试是一项关键任务,而inspect.exe工具就是其中不可或缺的一部分。inspect.exe主要用于帮助开发者深入理解并调试...
《inspect.exe工具与Python自动化测试的深度探讨》 在当今的IT行业中,自动化测试已经成为软件开发过程中的重要一环,极大地提高了工作效率并减少了错误。inspect.exe工具,作为一款小巧而强大的辅助工具,无论是在...
"Inspect.exe.zip" 是一个包含了名为 "Inspect.exe" 的压缩包文件,主要用于Windows操作系统中进行win32控件的查看和分析。控件是构建图形用户界面的基本元素,如按钮、文本框、列表视图等,它们是用户与应用程序...
【pywinauto的元素找寻工具inspect】 `pywinauto` 是一个强大的Python库,主要用于模拟鼠标和键盘操作,实现对Windows GUI应用程序的自动化控制。它为开发者提供了易于使用的API来与Windows应用程序交互,比如点击...
"inspect离线包.rar"是一个包含了Google浏览器的inspect调试工具的离线版本资源。这个工具对于前端开发者来说极为重要,因为它允许他们在没有网络连接的情况下也能对网页进行调试和优化。Inspect工具是Google Chrome...
**Inspect.exe 自动化测试辅助工具详解** 在IT行业中,自动化测试是提升效率、确保软件质量的重要手段。Inspect.exe 是一款强大的自动化测试辅助工具,它主要用于帮助开发者和测试工程师检查和验证用户界面(UI)...
【Inspect自动化测试辅助工具】 Inspect是一款强大的自动化测试辅助工具,主要设计用于软件开发和测试过程中,帮助用户检查和验证应用程序的界面元素。该工具在Windows操作系统环境下广泛使用,尤其适用于那些需要...
"Inspect Object (32-bit UNICODE Release)" 是微软提供的一款强大的辅助工具,主要用于检查和调试Windows应用程序中的可访问性接口。这个工具特别适用于开发者和测试人员,帮助他们理解并验证对象的可访问性属性,...
《inspect.exe:Windows自动化辅助工具深度解析》 在Windows自动化测试和开发领域,inspect.exe是一个不可或缺的工具。它主要用于UIAutomation框架下,帮助开发者和测试人员查看并理解应用程序中的对象属性,以便更...
然而,有时在尝试使用"device:inspect"模式进行移动设备模拟调试时,可能会遇到显示空白页的问题。这通常是由于某些配置错误或软件冲突导致的。 解决Chrome的Inspect空白问题,首先需要了解可能的原因。一种常见的...
在Windows操作系统中,进行桌面应用的UI自动化测试时,经常会用到一款名为"Inspect"的工具。Inspect,全称为UI Automation Inspector,是Windows SDK(软件开发工具包)的一部分,它为开发者和测试工程师提供了一个...
《深入理解Inspect工具在Windows-64位系统中的应用及其与pywinauto、Spy++的关联》 在Windows操作系统中,开发自动化测试和UI自动化的过程中,常常需要获取软件窗口和控件的相关信息,以便进行精确的操作。"Inspect...
inspect32也是一个窗体信息查看的,它可以查看菜单,查看无句柄窗体
GUI检查工具,如标题“gui-inspect-tool.zip”所示,是用于自动化测试和软件开发的重要辅助工具,特别是在Windows操作系统环境中。这些工具的主要功能是帮助开发者和测试工程师精确地定位和理解用户界面(UI)元素,...