Module: Inkjet::Indent::String

Defined in:
lib/inkjet/indent.rb

Instance Method Summary collapse

Instance Method Details

#indent(*args) ⇒ Object



82
83
84
# File 'lib/inkjet/indent.rb', line 82

def indent(*args)
  Inkjet::Indent.indent(*args.unshift(self))
end