Module: Kind::Array
Instance Method Summary collapse
- #kind ⇒ Object
- #value_or_empty(arg) ⇒ Object (also: #empty_or)
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/array.rb', line 7 def kind; ::Array; end |