Sha256: f126f8d759d79176f4124ca31067852244d1d0268b0a7fd418aa40b542a1a743
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
# module Celerity # module Container # # Used internally to update the page object. # # @api private # def update_page(page) # @browser.page = page unless page.web_response.content_type == "application/json" # end # # def generic_field(*args) # GenericField.new(self, *args) # end # end # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dstrelau-webrat-0.5.1 | lib/webrat/culerity/core_ext/container.rb |