lib/streamly_ffi/connection.rb in streamly_ffi-0.2.1 vs lib/streamly_ffi/connection.rb in streamly_ffi-0.2.2

- old
+ new

@@ -106,7 +106,11 @@ def delete(url, headers={}, &block) opts = {:method => :delete, :url => url, :headers => headers} opts[:response_body_handler] = block if block_given? self.connection.execute(opts) end + + def escape(_string) + self.connection.escape(_string) + end end end \ No newline at end of file