Method: SmartCore::Types::Primitive#name
- Defined in:
- lib/smart_core/types/primitive.rb
#name ⇒ String, NilClass (readonly)
Note:
NilClass is suitable for sum-types, mult-types and nilable types.
41 42 43 |
# File 'lib/smart_core/types/primitive.rb', line 41 def name @name end |