Method: Plate::View#inspect
- Defined in:
- lib/plate/view.rb
#inspect ⇒ String
Dump out information about this view.
36 37 38 |
# File 'lib/plate/view.rb', line 36 def inspect "#<#{self.class}:0x#{object_id.to_s(16)} site=#{site ? site.source : nil} page=#{page ? page.file : nil}>" end |