class String

Public Instance Methods

numeric_value() click to toggle source

Optional string extension for your convenience

# File lib/unicode/numeric_value/string_ext.rb, line 5
def numeric_value
  Unicode::NumericValue.of(self)
end