Class: DRG::Ruby::ClassFunc
- Defined in:
- lib/drg/ruby/class_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/class_func.rb', line 6 def args map_args(sexp[3]) if sexp[3].first == :args end |
#class? ⇒ Boolean
10 11 12 |
# File 'lib/drg/ruby/class_func.rb', line 10 def class? true end |
#name ⇒ Object
2 3 4 |
# File 'lib/drg/ruby/class_func.rb', line 2 def name sexp[2] end |