24 25 26
# File 'lib/smartdown/model/front_matter.rb', line 24 def fetch(name) @attributes.fetch(name.to_s) end