Class/Module Index [+]

Quicksearch

YARD::Parser::Ruby::ReferenceNode

Public Instance Methods

namespace() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 365
def namespace
  Array.new flatten[0...-1]
end
path() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 361
def path
  Array.new flatten
end
ref?() click to toggle source
# File lib/yard/parser/ruby/ast_node.rb, line 359
def ref?; true end

[Validate]

Generated with the Darkfish Rdoc Generator 2.