Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/bbiff/res_format.rb
Instance Method Summary collapse
Instance Method Details
#em ⇒ Object
5 6 7 |
# File 'lib/bbiff/res_format.rb', line 5 def em ' ' * (self*2) end |
#en ⇒ Object
9 10 11 |
# File 'lib/bbiff/res_format.rb', line 9 def en ' ' * self end |