# File lib/selenium/client/javascript_expression_builder.rb, line 12 12: def append(text) 13: @script << text 14: self 15: end