Module: Kind::OpenStruct
- Extended by:
- Object, OpenStruct
- Included in:
- OpenStruct
- Defined in:
- lib/kind/objects/modules/stdlib/open_struct.rb
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
9 |
# File 'lib/kind/objects/modules/stdlib/open_struct.rb', line 9 def kind; ::OpenStruct; end |