lib/postmon_ruby/finders/finder.rb in postmon_ruby-3.0.0 vs lib/postmon_ruby/finders/finder.rb in postmon_ruby-3.0.1

- old
+ new

@@ -1,5 +1,6 @@ +# encoding: utf-8 module PostmonRuby module Finders class Finder def endpoint raise NotImplementedError @@ -19,6 +20,6 @@ def arguments_uri(arguments) URI(URI::encode("#{ENDPOINT}/#{self.endpoint}/#{arguments.join("/")}")) end end end -end \ No newline at end of file +end