lib/tomograph.rb in tomograph-0.4.0 vs lib/tomograph.rb in tomograph-1.0.0
- old
+ new
@@ -1,14 +1,4 @@
require 'tomograph/tomogram'
-require 'tomograph/configuration'
module Tomograph
- class << self
- def configure
- yield configuration
- end
-
- def configuration
- @configuration ||= Configuration.new
- end
- end
end