module MotionBlender

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/motion_blender/config.rb, line 20
def config
  @config ||= Config.new
end
reset_config() click to toggle source
# File lib/motion_blender/config.rb, line 24
def reset_config
  @config = nil
end