class RubyRTL::When

Attributes

body[RW]
value[RW]

Public Class Methods

new(value,body) click to toggle source
# File lib/ruby_rtl/ast.rb, line 178
def initialize value,body
  @value,@body=value,body
end