class Keisan::Functions::Break
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/keisan/functions/break.rb, line 6 def initialize super("break", Exceptions::BreakError) end