class Kaze::Break

Overview

An exception raised by a break statement. Like the return statement, this is a hacky way to implement a control mechanism in loops.

Defined in:

break.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def value #

The return value.


[View source]
def value=(value) #

The return value.


[View source]