diff options
author | elijah <elijah@riseup.net> | 2015-08-18 11:58:05 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-08-18 11:58:05 -0700 |
commit | ed604349a4035eed2bccefa9aa030d93ad4f6b58 (patch) | |
tree | 333a6c5335f25935be13c1ffed82b8cc7c293df8 /lib/leap_cli/config | |
parent | cde4ae067e034e3969629f4d8da4f46daae3c351 (diff) |
moved commands to leap_platform
Diffstat (limited to 'lib/leap_cli/config')
-rw-r--r-- | lib/leap_cli/config/manager.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/leap_cli/config/manager.rb b/lib/leap_cli/config/manager.rb index aee2ed2..9b452f3 100644 --- a/lib/leap_cli/config/manager.rb +++ b/lib/leap_cli/config/manager.rb @@ -20,15 +20,6 @@ module LeapCli def initialize @environments = {} # hash of `Environment` objects, keyed by name. - - # load macros and other custom ruby in provider base - platform_ruby_files = Dir[Path.provider_base + '/lib/*.rb'] - if platform_ruby_files.any? - $: << Path.provider_base + '/lib' - platform_ruby_files.each do |rb_file| - require rb_file - end - end Config::Object.send(:include, LeapCli::Macro) end |