class Root

Public Instance Methods

cached_parent() click to toggle source
# File lib/can_camel/root.rb, line 4
def cached_parent; end
inherit!() click to toggle source
# File lib/can_camel/root.rb, line 2
def inherit!; end
name() click to toggle source
# File lib/can_camel/root.rb, line 14
def name
  :root
end
path() click to toggle source
# File lib/can_camel/root.rb, line 6
def path
  []
end
rank() click to toggle source
# File lib/can_camel/root.rb, line 10
def rank
  0
end