Module: RubySketch::Starter
- Included in:
- Processing
- Defined in:
- lib/rubysketch/starter.rb
Instance Method Summary collapse
Instance Method Details
#start(*args, &block) ⇒ Object
60 61 62 |
# File 'lib/rubysketch/starter.rb', line 60 def start (*args, &block) RubySketch.start self.new(*args), start_at_exit: true, &block end |