class Serenity::LiteralLine

Public Instance Methods

to_buf() click to toggle source
# File lib/serenity/serenity/line.rb, line 62
def to_buf
  " _buf << (" << escape_code(@text) << ").to_s;"
end