You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
Howdy! I followed your rvm installation instructions and tried running a "hello world" Ruby script. Here was my output:
ERROR 2258 , a ArgumentError occurred (error 2258), reason:rtErrPrimFailed, Primitive failed, receiver RubyParserM selector #'parse:cBytes:line:file:yTrace:warnings:evalScope:' arguments anArray( '# This file adds entries in the Ruby session methods dictionary,
# i.e. the session methods dictionary for environment 1.
# The added entries will have keys being Ruby mangled selectors,
# and values being Smalltalk methods already in the base server image.
#
# The ruby method "primitive" takes one or two String arguments
# The first arg is an un-mangled Ruby selector, it will be mangled by
# numArgs timesRepeat: [rubySel := rubySel copyWith: $: ]
# where numArgs comes from the method found in the base server image.
# The one exception is methods which take block args, which should include a
# "&" at the end to indicate this.
#
# The second arg is the Smalltalk selector.
# If second arg is not present is is assumed to be exactly the first arg.
#
# The receiver is a Class in which the session (ArgumentError)
topaz 1> exit
Is rvm still supported?
The text was updated successfully, but these errors were encountered:
Howdy! I followed your rvm installation instructions and tried running a "hello world" Ruby script. Here was my output:
Is rvm still supported?
The text was updated successfully, but these errors were encountered: