Method: Celerity::Container#inspect
- Defined in:
- lib/celerity/container.rb
#inspect ⇒ Object
Override inspect for readability
63 64 65 |
# File 'lib/celerity/container.rb', line 63 def inspect short_inspect :include => %w[@conditions @object] end |