Make 'cmdtest' work with Ruby 1.9.3 too.
This commit is contained in:
@ -126,7 +126,7 @@ module Cmdtest
|
||||
end
|
||||
|
||||
def _method_key(file, klass, method)
|
||||
file + ":" + klass + "." + method
|
||||
file + ":" + klass + "." + method.to_s
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user