Class: Inkjet::Indent::Formatter

Inherits:
Object
  • Object
show all
Defined in:
lib/inkjet/indent.rb

Instance Method Summary collapse

Instance Method Details

#call_on(str) ⇒ Object



6
7
8
# File 'lib/inkjet/indent.rb', line 6

def call_on(str)
  str.send @meth, *@args
end