Class: Root

Inherits:
Object
  • Object
show all
Defined in:
lib/can_camel/root.rb

Instance Method Summary collapse

Instance Method Details

#cached_parentObject



4
# File 'lib/can_camel/root.rb', line 4

def cached_parent; end

#inherit!Object



2
# File 'lib/can_camel/root.rb', line 2

def inherit!; end

#nameObject



14
15
16
# File 'lib/can_camel/root.rb', line 14

def name
  :root
end

#pathObject



6
7
8
# File 'lib/can_camel/root.rb', line 6

def path
  []
end

#rankObject



10
11
12
# File 'lib/can_camel/root.rb', line 10

def rank
  0
end