Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/easy-table/tag.rb
Instance Method Summary collapse
Instance Method Details
#indent(lv) ⇒ Object
18 19 20 |
# File 'lib/easy-table/tag.rb', line 18 def indent lv self << "\n" + (" " * lv) end |