class TestML::Point

Attributes

name[RW]

Public Class Methods

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