class Vertigo::Wait

Attributes

for_[RW]
until_[RW]

Public Class Methods

new(until_=nil,for_=nil) click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 225
def initialize until_=nil,for_=nil
  @until_,@for_=until_,for_
end