Class: Baf::Env

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/baf/env.rb

Instance Method Summary collapse

Constructor Details

#initialize(input: $input, output: $stdout) ⇒ Env

Returns a new instance of Env.



9
10
11
12
# File 'lib/baf/env.rb', line 9

def initialize input: $input, output: $stdout
  @input  = input
  @output = output
end