Method: XPath::XPathObject#to_boolean

Defined in:
lib/xml/xpath.rb

#to_boolean(context) ⇒ Object

> to XPath Boolean. shouldn’t override.



543
544
545
# File 'lib/xml/xpath.rb', line 543

def to_boolean(context)  # => to XPath Boolean. shouldn't override.
  context.make_boolean true?
end