class GoTo::Goto

Attributes

label[RW]

Public Class Methods

new(label) click to toggle source
# File lib/rubyhacks.rb, line 945
def initialize(label); @label = label; end