Class: Nachos
- Inherits:
-
Object
- Object
- Nachos
- Defined in:
- lib/nachos.rb,
lib/nachos/main.rb,
lib/nachos/config.rb,
lib/nachos/github.rb,
lib/nachos/version.rb
Defined Under Namespace
Modules: Github Classes: CLI, Config, Main
Constant Summary collapse
- VERSION =
Version = "0.0.6"
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Class Method Summary collapse
Instance Method Summary collapse
- #execute ⇒ Object
- #Hub(args) ⇒ Object
-
#initialize(*args) ⇒ Nachos
constructor
A new instance of Nachos.
Constructor Details
#initialize(*args) ⇒ Nachos
Returns a new instance of Nachos.
16 17 18 |
# File 'lib/nachos.rb', line 16 def initialize(*args) @args = args end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
14 15 16 |
# File 'lib/nachos.rb', line 14 def args @args end |
Class Method Details
.execute(*args) ⇒ Object
20 21 22 |
# File 'lib/nachos.rb', line 20 def self.execute(*args) new(*args).execute end |