Module: MotionBlender
- Extended by:
- Callbacks, Ext::Raketime
- Defined in:
- lib/motion_blender/config.rb,
lib/motion_blender/source.rb,
lib/motion_blender/require.rb,
lib/motion_blender/version.rb,
lib/motion_blender/analyzer.rb,
lib/motion_blender/callbacks.rb,
lib/motion_blender/collector.rb,
lib/motion_blender/rake_tasks.rb,
lib/motion_blender/graph_maker.rb,
lib/motion_blender/ext/raketime.rb,
lib/motion_blender/analyzer/cache.rb,
lib/motion_blender/flag_attribute.rb,
lib/motion_blender/analyzer/parser.rb,
lib/motion_blender/dependency_graph.rb,
lib/motion_blender/interpreters/base.rb,
lib/motion_blender/analyzer/evaluator.rb,
lib/motion_blender/interpreters/requirable.rb,
lib/motion_blender/source/global_constants.rb,
lib/motion_blender/source/wrapping_modules.rb,
lib/motion_blender/source/referring_constants.rb,
lib/motion_blender/interpreters/require_interpreter.rb,
lib/motion_blender/interpreters/autoload_interpreter.rb,
lib/motion_blender/interpreters/original_interpreter.rb,
lib/motion_blender/interpreters/require_relative_interpreter.rb
Defined Under Namespace
Modules: Callbacks, Ext, FlagAttribute, Interpreters Classes: Analyzer, Collector, Config, DependencyGraph, GraphMaker, RakeTasks, Require, Source
Constant Summary collapse
- VERSION =
'0.4.0'.freeze
Class Method Summary collapse
Methods included from Callbacks
Methods included from Ext::Raketime
except, incept, motion?, raketime, raketime?, runtime, runtime?, use_motion_dir
Class Method Details
.config ⇒ Object
20 21 22 |
# File 'lib/motion_blender/config.rb', line 20 def config @config ||= Config.new end |
.reset_config ⇒ Object
24 25 26 |
# File 'lib/motion_blender/config.rb', line 24 def reset_config @config = nil end |