lib/cody/evaluate.rb in cody-0.7.0 vs lib/cody/evaluate.rb in cody-0.7.1

- old
+ new

@@ -38,10 +38,10 @@ printf("%#{spacing}d %s\n", line_number, line_content) end end end - def lookup_codebuild_file(name) + def lookup_cody_file(name) [".cody", @options[:type], name].compact.join("/") end end end