lib/bsclient/config.rb in bsclient-0.1.4 vs lib/bsclient/config.rb in bsclient-0.1.5

- old
+ new

@@ -7,10 +7,9 @@ class << self def create(env, file = nil) file ||= File.expand_path('~/.bsclient.yml') yaml = YAML.load(File.read(file)) || {} conf = yaml[env] || {} - require 'pry'; binding.pry; new(OpenStruct.new(conf)) end end end end