Class: Forwards
- Inherits:
-
Object
- Object
- Forwards
- Defined in:
- lib/forwards.rb
Instance Method Summary collapse
- #get(name) ⇒ Object
-
#initialize(config, args) ⇒ Forwards
constructor
A new instance of Forwards.
Constructor Details
#initialize(config, args) ⇒ Forwards
Returns a new instance of Forwards.
6 7 8 9 |
# File 'lib/forwards.rb', line 6 def initialize(config, args) @config = config @args = args end |