Class: Wrxer::TextAttribute

Inherits:
Coercion show all
Defined in:
lib/wrxer/coercion.rb

Class Method Summary collapse

Methods inherited from Coercion

call, xpath

Class Method Details

.coerce(document) ⇒ Object



22
23
24
# File 'lib/wrxer/coercion.rb', line 22

def self.coerce(document)
  document.text
end