Make Recipe::DSL methods public

This commit is contained in:
Thibault Jouan
2014-01-19 18:11:24 +00:00
parent 42a82c9c80
commit 161c784cbe
2 changed files with 35 additions and 63 deletions

View File

@@ -20,8 +20,6 @@ module Producer
self
end
private
def source(filepath)
instance_eval File.read("./#{filepath}.rb"), "#{filepath}.rb"
end