Method: Smartdown::Model::FrontMatter#has_attribute?

Defined in:
lib/smartdown/model/front_matter.rb

#has_attribute?(name) ⇒ Boolean



20
21
22
# File 'lib/smartdown/model/front_matter.rb', line 20

def has_attribute?(name)
  @attributes.has_key?(name.to_s)
end