Method: ContentFocus::HTML#static_text
- Defined in:
- lib/content_focus/html.rb
#static_text ⇒ Object
13 14 15 16 |
# File 'lib/content_focus/html.rb', line 13 def static_text fragment = self.static_fragment fragment ? fragment[:element].inner_text.strip! : nil end |