Top Level Namespace
- Includes:
- Axis
Defined Under Namespace
Modules: Axis
Constant Summary
Constants included from Axis
Instance Method Summary collapse
-
#reload! ⇒ Object
Crud way of reloading model code.
Methods included from Axis
Instance Method Details
#reload! ⇒ Object
Crud way of reloading model code.
20 21 22 23 |
# File 'lib/cli.rb', line 20 def reload! load 'axis/base.rb' Dir.glob(File.join(File.dirname(__FILE__), 'axis/models/*')).each { |f| load f } end |