class TestML::Callable

Attributes

value[RW]

Public Class Methods

new(value) click to toggle source
# File lib/testml/runtime.rb, line 351
def initialize(value)
  @value = value
end