Module: RubyScreen
- Defined in:
- lib/ruby_screen/version.rb,
lib/ruby_screen.rb,
lib/ruby_screen/executer.rb,
lib/ruby_screen/preferences_loader.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Configuration, VERSION Classes: Executer, PreferencesLoader
Class Method Summary collapse
Class Method Details
.process(arguments) ⇒ Object
9 10 11 12 13 |
# File 'lib/ruby_screen.rb', line 9 def self.process(arguments) preferences_hash = PreferencesLoader.load description = Configuration::Parser.parse(arguments, preferences_hash) Executer.new(description) end |