class Mingle::NullableTypeReference

Public Instance Methods

external_form() click to toggle source
# File lib/mingle.rb, line 2056
def external_form
    "#{@type.external_form}?"
end
hash() click to toggle source
# File lib/mingle.rb, line 2051
def hash
    @type.hash
end