class Lita::Handlers::SlackKarmaSync::NoMatchingTerm
A Benign Term for when there are no matches
Public Instance Methods
delete()
click to toggle source
# File lib/lita/handlers/slack_karma_sync.rb, line 69 def delete 0 # number of keys deleted end
eql?(other)
click to toggle source
# File lib/lita/handlers/slack_karma_sync.rb, line 73 def eql?(other) self.class.equal?(other.class) end
Also aliased as: ==
hash()
click to toggle source
# File lib/lita/handlers/slack_karma_sync.rb, line 78 def hash self.class.hash end
links()
click to toggle source
# File lib/lita/handlers/slack_karma_sync.rb, line 82 def links [] end
own_score()
click to toggle source
# File lib/lita/handlers/slack_karma_sync.rb, line 86 def own_score 0 end