Class: OpenStruct
- Inherits:
-
Object
- Object
- OpenStruct
- Defined in:
- ext/open_struct.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
2 3 4 |
# File 'ext/open_struct.rb', line 2 def to_h @table.dup end |