class Bytewise::Ast::Chars::Nil

Public Instance Methods

render(*args) click to toggle source
# File lib/brace_markup/ast/chars/nil.rb, line 7
def render(*args)
  nil
end
to_s() click to toggle source
# File lib/brace_markup/ast/chars/nil.rb, line 3
def to_s
  ""
end