lib/catfish/cli/resolve.rb in catfish-0.0.3 vs lib/catfish/cli/resolve.rb in catfish-0.0.4
- old
+ new
@@ -1,11 +1,10 @@
module Catfish
class CLI::Resolve
- attr_reader :options, :thor
+ attr_reader :options
- def initialize(options, thor)
+ def initialize(options)
@options = options
- @thor = thor
end
def run
builder = Dsl.new
builder.eval_catfishfile