Method: Twterm::Tab::Statuses::Search#==

Defined in:
lib/twterm/tab/statuses/search.rb

#==(other) ⇒ Object



11
12
13
# File 'lib/twterm/tab/statuses/search.rb', line 11

def ==(other)
  other.is_a?(self.class) && query == other.query
end