Method: Inversion::Template::SubscribeTag#inspect
- Defined in:
- lib/inversion/template/subscribetag.rb
#inspect ⇒ Object
Return a representation of the object in a String suitable for debugging.
99 100 101 102 103 104 105 106 107 |
# File 'lib/inversion/template/subscribetag.rb', line 99 def inspect return "#<%p:0x%016x key: %s, default: %p, content: %p>" % [ self.class, self.object_id * 2, self.key, self.default, self.content, ] end |