Method: Ankit::Runtime#initialize
- Defined in:
- lib/ankit/runtime.rb
#initialize(config) ⇒ Runtime
Returns a new instance of Runtime.
120 121 122 |
# File 'lib/ankit/runtime.rb', line 120 def initialize(config) @config = config end |
Returns a new instance of Runtime.
120 121 122 |
# File 'lib/ankit/runtime.rb', line 120 def initialize(config) @config = config end |