Class: Tapioca::Compilers::DryStruct::DryAstCompiler::Undefined
- Inherits:
-
Object
- Object
- Tapioca::Compilers::DryStruct::DryAstCompiler::Undefined
- Defined in:
- lib/tapioca/dsl/compilers/dry_struct.rb
Overview
Represents dry’s any type
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
53 54 55 |
# File 'lib/tapioca/dsl/compilers/dry_struct.rb', line 53 def inspect to_s end |
#to_s ⇒ Object
49 50 51 |
# File 'lib/tapioca/dsl/compilers/dry_struct.rb', line 49 def to_s 'Undefined' end |