Method: Doing::Section#equal?

Defined in:
lib/doing/section.rb

#equal?(other) ⇒ Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/doing/section.rb', line 20

def equal?(other)
  @title == other.title
end