Class: Yoda::Typing::Types::Any
- Defined in:
- lib/yoda/typing/types/any.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#to_expression ⇒ Object
5 6 7 |
# File 'lib/yoda/typing/types/any.rb', line 5 def to_expression Model::TypeExpressions::AnyType.new end |
#to_type_string ⇒ Object
9 10 11 |
# File 'lib/yoda/typing/types/any.rb', line 9 def to_type_string "any" end |