class DiamondLang::Errors::RelativeCordinateConvertedToArgument

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/diamond-lang/helpers/errors/relative_cordinate_converted_to_argument.rb, line 4
def initialize
  super "A relative cordinate was converted to an argument."
end