module TypeCoerce

Public Class Methods

[](type) click to toggle source
# File lib/sorbet-coerce.rb, line 5
def self.[](type)
  TypeCoerce::Converter.new(type)
end