Module HTML

  1. test/lib/view_test_process.rb (view online)

Methods

public instance

  1. inner_text
  2. inner_text
  3. inner_text

Public instance methods

inner_text ()
[show source]
# File test/lib/view_test_process.rb, line 163
    def inner_text
      children.map(&:inner_text).join('')
    end
inner_text ()
[show source]
# File test/lib/view_test_process.rb, line 169
    def inner_text
      self.to_s
    end
inner_text ()
[show source]
# File test/lib/view_test_process.rb, line 175
    def inner_text
      childless?? '' : super
    end