module SolveBio::Locale

Public Class Methods

pretty_int(num) click to toggle source
# File lib/solvebio/locale.rb, line 24
def pretty_int(num)
    R18n::l(num)
end

Public Instance Methods

thousands_sep() click to toggle source
# File lib/solvebio/locale.rb, line 6
def thousands_sep
    @thousands_sep
end
thousands_sep=(value) click to toggle source
# File lib/solvebio/locale.rb, line 9
def thousands_sep=(value)
    @thousands_sep = value
end

Private Instance Methods

pretty_int(num) click to toggle source
# File lib/solvebio/locale.rb, line 24
def pretty_int(num)
    R18n::l(num)
end