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