Class: STDOUTPrintStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/kwala/lib/strange_requires_detector.rb

Instance Method Summary collapse

Instance Method Details

#parent_dir_requirement(from, to) ⇒ Object



114
115
116
# File 'lib/kwala/lib/strange_requires_detector.rb', line 114

def parent_dir_requirement(from, to)
  puts "red   : #{from} -> #{to}"
end

#subdir_requirement(from, to) ⇒ Object



111
112
113
# File 'lib/kwala/lib/strange_requires_detector.rb', line 111

def subdir_requirement(from, to)
  puts "yellow: #{from} -> #{to}"
end