Module: BigBand::BasicExtensions::InstanceMethods

Defined in:
lib/big_band/basic_extensions.rb

Instance Method Summary collapse

Instance Method Details

#rootObject

See BigBand::BasicExtentions::ClassMethods#root



148
149
150
# File 'lib/big_band/basic_extensions.rb', line 148

def root
  self.class.root
end

#root?Boolean

See BigBand::BasicExtentions::ClassMethods#root?

Returns:

  • (Boolean)


153
154
155
# File 'lib/big_band/basic_extensions.rb', line 153

def root?
  self.class.root
end

#root_glob(*args, &block) ⇒ Object

See BigBand::BasicExtentions::ClassMethods#root_path



143
144
145
# File 'lib/big_band/basic_extensions.rb', line 143

def root_glob(*args, &block)
  self.class.root_glob(*args, &block)
end

#root_path(*args) ⇒ Object

See BigBand::BasicExtentions::ClassMethods#root_path



138
139
140
# File 'lib/big_band/basic_extensions.rb', line 138

def root_path(*args)
  self.class.root_path(*args)
end