class Integer

Public Instance Methods

to_tinct(rgba=false) click to toggle source
# File lib/integer.rb, line 2
def to_tinct(rgba=false)
  Tinct.from_i(self, rgba)
end