Method: CodeTools::AST::IterArguments#to_sexp
- Defined in:
- lib/rubinius/code/ast/sends.rb
#to_sexp ⇒ Object
849 850 851 852 853 854 855 856 857 |
# File 'lib/rubinius/code/ast/sends.rb', line 849 def to_sexp if @arguments @arguments.to_sexp elsif @arity == 0 0 else nil end end |