Class/Module Index [+]

Quicksearch

Reek::Source::SexpExtensions::DefnNode

Public Instance Methods

argslist() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 105
def argslist() self[2] end
body() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 106
def body() self[3] end
full_name(outer) click to toggle source
# File lib/reek/source/tree_dresser.rb, line 108
def full_name(outer)
  prefix = outer == '' ? '' : "#{outer}#"
  "#{prefix}#{name}"
end
name() click to toggle source
# File lib/reek/source/tree_dresser.rb, line 104
def name() self[1] end

[Validate]

Generated with the Darkfish Rdoc Generator 2.