Method: Mill::Resource::Text#inspect
- Defined in:
- lib/mill/resources/text.rb
#inspect ⇒ Object
36 37 38 39 40 41 42 43 |
# File 'lib/mill/resources/text.rb', line 36 def inspect super + ", title: %p, summary: %p, author: %p, type: %p" % [ @title, @summary, , @type, ] end |