Method: BOAST::CaseCondition#close

Defined in:
lib/BOAST/Language/Case.rb

#closeObject



54
55
56
57
58
59
60
61
62
63
# File 'lib/BOAST/Language/Case.rb', line 54

def close
  if @constants and break_string then
    s = ""
    s += indent
    s += break_string
    output.puts s
  end
  decrement_indent_level
  return self
end