Class: RubyBreaker::TypeDefs::AnyType
- Defined in:
- lib/rubybreaker/type/type.rb
Overview
This type can represent any object
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize(*args) ⇒ AnyType
constructor
A new instance of AnyType.
Methods inherited from Type
Constructor Details
#initialize(*args) ⇒ AnyType
Returns a new instance of AnyType.
67 68 69 |
# File 'lib/rubybreaker/type/type.rb', line 67 def initialize(*args) super(*args) end |