Method: Mysh::InputWrapper#cooked_body

Defined in:
lib/mysh/input_wrapper.rb

#cooked_bodyObject

Get the preprocessed argument text.



39
40
41
# File 'lib/mysh/input_wrapper.rb', line 39

def cooked_body
  raw_body.preprocess
end