Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/bbiff/res_format.rb

Instance Method Summary collapse

Instance Method Details

#emObject



5
6
7
# File 'lib/bbiff/res_format.rb', line 5

def em
  ' ' * (self*2)
end

#enObject



9
10
11
# File 'lib/bbiff/res_format.rb', line 9

def en
  ' ' * self
end