Class: Jade::Symbol::StdlibImplementation

Inherits:
Data
  • Object
show all
Includes:
Base
Defined in:
lib/jade/symbol/stdlib_implementation.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#constructor_refs, #qualified_name

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



3
4
5
# File 'lib/jade/symbol/stdlib_implementation.rb', line 3

def body
  @body
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



3
4
5
# File 'lib/jade/symbol/stdlib_implementation.rb', line 3

def params
  @params
end