# File lib/reek/source/tree_dresser.rb, line 86 def arg_names unless @args @args = argslist[1..-1].reject {|param| Sexp === param or param.to_s =~ /^&/} end @args end
# File lib/reek/source/tree_dresser.rb, line 98 def parameter_names parameters[1..-1] end
# File lib/reek/source/tree_dresser.rb, line 92 def parameters() unless @params @params = argslist.reject {|param| Sexp === param} end @params end
[Validate]
Generated with the Darkfish Rdoc Generator 2.