Method: Mysh::InputWrapper#cooked_body
- Defined in:
- lib/mysh/input_wrapper.rb
#cooked_body ⇒ Object
Get the preprocessed argument text.
39 40 41 |
# File 'lib/mysh/input_wrapper.rb', line 39 def cooked_body raw_body.preprocess end |
Get the preprocessed argument text.
39 40 41 |
# File 'lib/mysh/input_wrapper.rb', line 39 def cooked_body raw_body.preprocess end |