Class: Tapioca::Compilers::DryStruct::DryAstCompiler::Undefined

Inherits:
Object
  • Object
show all
Defined in:
lib/tapioca/dsl/compilers/dry_struct.rb

Overview

Represents dry’s any type

Instance Method Summary collapse

Instance Method Details

#inspectObject



53
54
55
# File 'lib/tapioca/dsl/compilers/dry_struct.rb', line 53

def inspect
  to_s
end

#to_sObject



49
50
51
# File 'lib/tapioca/dsl/compilers/dry_struct.rb', line 49

def to_s
  'Undefined'
end