Module: Kind::Range
Instance Method Summary collapse
Methods included from Object
Methods included from UnionType::Buildable
Methods included from Maybe::Buildable
Methods included from BasicObject
#[], #or, #or_nil, #or_null, #or_undefined, #value, #value?
Instance Method Details
#kind ⇒ Object
7 |
# File 'lib/kind/objects/modules/core/range.rb', line 7 def kind; ::Range; end |