Method: Smartdown::Model::FrontMatter#==
- Defined in:
- lib/smartdown/model/front_matter.rb
#==(other) ⇒ Object
32 33 34 |
# File 'lib/smartdown/model/front_matter.rb', line 32 def ==(other) other.is_a?(self.class) && self.to_hash == other.to_hash end |