class Integer

Public Instance Methods

find_rep() click to toggle source
# File lib/stackoverflow-rep/integer.rb, line 3
def find_rep
        Adroit::Reputation.new.find self
end