Class: Gelauto::BooleanType

Inherits:
Type
  • Object
show all
Defined in:
lib/gelauto/boolean_type.rb

Instance Attribute Summary

Attributes inherited from Type

#ruby_type

Instance Method Summary collapse

Methods inherited from Type

#initialize, introspect

Constructor Details

This class inherits a constructor from Gelauto::Type

Instance Method Details

#to_sigObject



3
4
5
# File 'lib/gelauto/boolean_type.rb', line 3

def to_sig
  'T::Boolean'
end