class Braingasm::JumpSignal

Attributes

to[R]

Public Class Methods

new(to) click to toggle source
# File lib/braingasm/errors.rb, line 25
def initialize(to)
  @to = to
end