Module: Docker::Rake
Instance Method Summary collapse
Instance Method Details
#load ⇒ Object
5 6 7 8 |
# File 'lib/docker/rake.rb', line 5 def load file = File.(__FILE__, '../../helpers.rake') Kernel.load(file) end |
5 6 7 8 |
# File 'lib/docker/rake.rb', line 5 def load file = File.(__FILE__, '../../helpers.rake') Kernel.load(file) end |