lib/sunzi/cli/capistrano.rb in sunzi-rails-0.2.13 vs lib/sunzi/cli/capistrano.rb in sunzi-rails-0.2.14
- old
+ new
@@ -23,13 +23,9 @@
else
@env[key] = value
end
end
- def server(name, properties = {})
- @env[:server] = {name: name}.merge(properties)
- end
-
def method_missing(name, *args, &block)
if caller.join.include? 'load_env'
# do nothing
else
super