class Crokus::Goto
Attributes
label[RW]
Public Class Methods
new(label)
click to toggle source
# File lib/crokus/ast.rb, line 333 def initialize label @label=label end
# File lib/crokus/ast.rb, line 333 def initialize label @label=label end