# File lib/point/request.rb, line 7 def initialize(path, method = :get) @path = path @method = method end