Sha256: 4879b0b7be584239531ed4f394f3abd0b4dffc1e356937bba2db63b6cca23093

Contents?: true

Size: 240 Bytes

Versions: 6

Compression:

Stored size: 240 Bytes

Contents

require 'nokogiri'

require 'xpath/dsl'
require 'xpath/expression'
require 'xpath/literal'
require 'xpath/union'
require 'xpath/renderer'

module XPath
  extend XPath::DSL
  include XPath::DSL

  def self.generate
    yield(self)
  end
end

Version data entries

6 entries across 5 versions & 2 rubygems

Version Path
tdiary-5.0.11 vendor/bundle/gems/xpath-3.1.0/lib/xpath.rb
tdiary-5.0.9 vendor/bundle/gems/xpath-3.1.0/lib/xpath.rb
xpath-3.1.0 lib/xpath.rb
tdiary-5.0.8 vendor/bundle/gems/xpath-3.0.0/lib/xpath.rb
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/xpath-3.0.0/lib/xpath.rb
xpath-3.0.0 lib/xpath.rb