Method: WDA::Element#inspect
- Defined in:
- lib/wda_lib/element.rb
#inspect ⇒ Object
Remove useless attributes, return object only with element
14 15 16 |
# File 'lib/wda_lib/element.rb', line 14 def inspect format '#<%s:0x%x id=%s>', self.class, hash * 2, @id.inspect end |