create Builder constructor

This commit is contained in:
Josh Holtrop 2013-06-30 20:09:18 -04:00
parent ea5ff789f2
commit 6cfba1c2fe

View File

@ -1,4 +1,7 @@
module Rscons
class Builder
def initialize(env)
@env = env
end
end
end