app/models/effective/code_writer.rb in effective_developer-0.3.0 vs app/models/effective/code_writer.rb in effective_developer-0.4.0
- old
+ new
@@ -1,4 +1,9 @@
+# Effective::CodeWriter.new('Gemfile') do |w|
+# @use_effective_resources = w.find { |line| line.include?('effective_resources') }.present?
+# end
+# end
+
module Effective
class CodeWriter
attr_reader :lines
attr_reader :filename, :indent, :newline