Method: Smartdown::Model::FrontMatter#respond_to_missing?

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

#respond_to_missing?(method_name, include_private = false) ⇒ Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/smartdown/model/front_matter.rb', line 16

def respond_to_missing?(method_name, include_private = false)
  has_attribute?(method_name)
end