class SearchCopGrammar::Attributes::Integer

Public Instance Methods

map(value) click to toggle source
# File lib/search_cop_grammar/attributes.rb, line 207
def map(value)
  value.to_i
end