class Bytewise::CloseTagException

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/brace_markup/errors/close_tag.rb, line 3
def initialize()
  super ''
end