class Bytewise::Ast::Chars::NewLine
Public Instance Methods
render(*args)
click to toggle source
# File lib/brace_markup/ast/chars/new_line.rb, line 7 def render(*args) "\n" end
to_s()
click to toggle source
# File lib/brace_markup/ast/chars/new_line.rb, line 3 def to_s "\n" end