Class: CodelessCode::Formats::Raw

Inherits:
Base
  • Object
show all
Defined in:
lib/codeless_code/formats/raw.rb

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from CodelessCode::Formats::Base

Instance Method Details

#callObject



19
20
21
# File 'lib/codeless_code/formats/raw.rb', line 19

def call
  raw
end