lib/jets/commands/call/anonymous_guesser.rb in jets-4.0.12 vs lib/jets/commands/call/anonymous_guesser.rb in jets-5.0.0.beta1
- old
+ new
@@ -1,5 +1,5 @@
-class Jets::Commands::Call
+module Jets::Commands::Call
class AnonymousGuesser < BaseGuesser
def detect_class_name
found_path = function_paths.find do |path|
File.exist?("#{Jets.root}/#{path}")
end