Class: CodelessCode::Formats::Raw
- Defined in:
- lib/codeless_code/formats/raw.rb
Overview
Prints the body of the CodelessCode::Fable verbatim
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from CodelessCode::Formats::Base
Instance Method Details
#call ⇒ Object
22 23 24 |
# File 'lib/codeless_code/formats/raw.rb', line 22 def call raw end |