module T::Range

Public Class Methods

[](type) click to toggle source
# File lib/types/_types.rb, line 289
def self.[](type)
  T::Types::TypedRange.new(type)
end