class Integer

Public Instance Methods

em() click to toggle source
# File lib/bbiff/res_format.rb, line 5
def em
  ' ' * (self*2)
end
en() click to toggle source
# File lib/bbiff/res_format.rb, line 9
def en
  ' ' * self
end