class TypedRb::Types::TyDynamic

Public Instance Methods

compatible?(_other_type, _relation = :lt) click to toggle source
# File lib/typed/types/ty_dynamic.rb, line 6
def compatible?(_other_type, _relation = :lt)
  true
end
dynamic?() click to toggle source
# File lib/typed/types/ty_dynamic.rb, line 10
def dynamic?
  true
end