Class/Module Index [+]

Quicksearch

Reek::Source::SexpExtensions::DefsNode

Public Instance Methods

argslist() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 117
def argslist() self[3] end
body() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 118
def body() self[4] end
full_name(outer) click to toggle source
# File lib/reek/source/tree_dresser.rb, line 120
def full_name(outer)
  prefix = outer == '' ? '' : "#{outer}#"
  "#{prefix}#{SexpNode.format(receiver)}.#{name}"
end
name() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 116
def name() self[2] end
receiver() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 115
def receiver() self[1] end

[Validate]

Generated with the Darkfish Rdoc Generator 2.