Module: MotionBundler::Simulator::Console
- Defined in:
- lib/motion-bundler/simulator/console.rb
Defined Under Namespace
Classes: Warning
Class Method Summary collapse
Class Method Details
.warn(&block) ⇒ Object
52 53 54 55 56 |
# File 'lib/motion-bundler/simulator/console.rb', line 52 def self.warn(&block) warning = Warning.new warning.instance_eval &block warning.print end |