Module: Kernel

Defined in:
lib/motion-bundler/device/core_ext.rb,
lib/motion-bundler/simulator/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#autoload(mod, filename) ⇒ Object



10
11
# File 'lib/motion-bundler/device/core_ext.rb', line 10

def autoload(mod, filename)
end

#consoleObject



4
5
6
# File 'lib/motion-bundler/simulator/core_ext.rb', line 4

def console
  defined?(MotionBundler::Simulator) ? MotionBundler::Simulator::Console : Class.new{ def warn(*args); end }.new
end

#load(filename, wrap = false) ⇒ Object



8
9
# File 'lib/motion-bundler/device/core_ext.rb', line 8

def load(filename, wrap=false)
end

#require(name) ⇒ Object



4
5
# File 'lib/motion-bundler/device/core_ext.rb', line 4

def require(name)
end

#require_relative(string) ⇒ Object



6
7
# File 'lib/motion-bundler/device/core_ext.rb', line 6

def require_relative(string)
end