Class: FnSyntax::FnObject
- Inherits:
-
Object
- Object
- FnSyntax::FnObject
- Defined in:
- lib/fn_syntax.rb
Instance Attribute Summary collapse
-
#_args_ ⇒ Object
Returns the value of attribute args.
Instance Method Summary collapse
-
#initialize(args) ⇒ FnObject
constructor
A new instance of FnObject.
Constructor Details
#initialize(args) ⇒ FnObject
Returns a new instance of FnObject.
6 7 8 |
# File 'lib/fn_syntax.rb', line 6 def initialize(args) self._args_ = args end |
Instance Attribute Details
#_args_ ⇒ Object
Returns the value of attribute args.
5 6 7 |
# File 'lib/fn_syntax.rb', line 5 def _args_ @_args_ end |