Method: Jsus::Container#inspect
- Defined in:
- lib/jsus/container.rb
#inspect ⇒ Object
Shows inspection of the container.
105 106 107 |
# File 'lib/jsus/container.rb', line 105 def inspect "#<#{self.class.name}:#{self.object_id} #{self.sources.inspect}>" end |