struct Lever::Off::SelfCallback

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, once : Bool = false, &block : SelfCallbackProc) #

Instance Method Detail

def call #

Calls our proc with the arguments


def name : String #

name of the proc


def once? : Bool #

TODO Use this Should we only run this once?


def proc : SelfCallbackProc #

THe proc itself