class Lab42::Curry::RuntimeArg

Attributes

position[R]

Public Class Methods

new(position = nil) click to toggle source
# File lib/lab42/curry/runtime_arg.rb, line 7
def initialize(position = nil)
  @position = position
end