Class/Module Index [+]

Quicksearch

Reek::Source::SexpExtensions::CallNode

Public Instance Methods

arg_names() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 73
def arg_names
  args[1..-1].map {|arg| arg[1]}
end
args() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 72
def args() self[3] end
method_name() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 71
def method_name() self[2] end
receiver() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 70
def receiver() self[1] end

[Validate]

Generated with the Darkfish Rdoc Generator 2.