class XPath::Literal

Attributes

value[R]

Public Class Methods

new(value) click to toggle source
# File lib/xpath/literal.rb, line 6
def initialize(value)
  @value = value
end