From ed604349a4035eed2bccefa9aa030d93ad4f6b58 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 18 Aug 2015 11:58:05 -0700 Subject: moved commands to leap_platform --- lib/leap_cli/config/manager.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/leap_cli/config/manager.rb') 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 -- cgit v1.2.3