class Rtype::TypeSignature

Attributes

argument_type[RW]
return_type[RW]

Public Instance Methods

info() click to toggle source

@return [Hash] A type signature

# File lib/rtype/type_signature.rb, line 6
def info
        {argument_type => return_type}
end