Class: DRG::Ruby::InstanceFunc
- Defined in:
- lib/drg/ruby/instance_func.rb
Instance Attribute Summary
Attributes inherited from Func
Instance Method Summary collapse
Methods inherited from Func
Instance Method Details
#args ⇒ Object
6 7 8 |
# File 'lib/drg/ruby/instance_func.rb', line 6 def args map_args(sexp[2]) if sexp[2].first == :args end |
#class? ⇒ Boolean
10 11 12 |
# File 'lib/drg/ruby/instance_func.rb', line 10 def class? false end |
#name ⇒ Object
2 3 4 |
# File 'lib/drg/ruby/instance_func.rb', line 2 def name sexp[1] end |