create Builder constructor
This commit is contained in:
parent
ea5ff789f2
commit
6cfba1c2fe
@ -1,4 +1,7 @@
|
||||
module Rscons
|
||||
class Builder
|
||||
def initialize(env)
|
||||
@env = env
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user