Module: Inkjet::Indent::String
- Defined in:
- lib/inkjet/indent.rb
Instance Method Summary collapse
Instance Method Details
#indent(*args) ⇒ Object
30 31 32 |
# File 'lib/inkjet/indent.rb', line 30 def indent(*args) Inkjet::Indent.indent(*args.unshift(self)) end |