Class: OpenStruct
- Inherits:
-
Object
- Object
- OpenStruct
- Extended by:
- FromHash
- Defined in:
- lib/llm/core_ext/ostruct.rb
Direct Known Subclasses
Defined Under Namespace
Modules: FromHash
Instance Method Summary collapse
Methods included from FromHash
Instance Method Details
#to_json ⇒ Object
40 41 42 |
# File 'lib/llm/core_ext/ostruct.rb', line 40 def to_json(...) to_h.to_json(...) end |