class Integer

Public Instance Methods

digits() click to toggle source
# File lib/cucumber/helpers/core_ext.rb, line 76
def digits
  self.to_s.chars.map(&:to_i)
end