Method: Mill::Resource::Text#inspect

Defined in:
lib/mill/resources/text.rb

#inspectObject



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,
    @author,
    @type,
  ]
end