Class: Jade::Symbol::StdlibImplementation
- Inherits:
-
Data
- Object
- Data
- Jade::Symbol::StdlibImplementation
- Includes:
- Base
- Defined in:
- lib/jade/symbol/stdlib_implementation.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
Method Summary
Methods included from Base
#constructor_refs, #qualified_name
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
3 4 5 |
# File 'lib/jade/symbol/stdlib_implementation.rb', line 3 def body @body end |
#params ⇒ Object (readonly)
Returns the value of attribute params
3 4 5 |
# File 'lib/jade/symbol/stdlib_implementation.rb', line 3 def params @params end |