Method: WindowBlessing::Window#inspect
- Defined in:
- lib/window_blessing/window.rb
#inspect ⇒ Object
35 36 37 |
# File 'lib/window_blessing/window.rb', line 35 def inspect "<Window:#{name || object_id} area:#{area.to_s} children:#{children.length}>" end |