Class: TurbineRb::Records
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- TurbineRb::Records
- Defined in:
- lib/turbine_rb/records.rb
Overview
rubocop:enable Metrics/ClassLength
Instance Method Summary collapse
-
#initialize(pb_records) ⇒ Records
constructor
A new instance of Records.
- #unwrap! ⇒ Object
Constructor Details
Instance Method Details
#unwrap! ⇒ Object
145 146 147 148 |
# File 'lib/turbine_rb/records.rb', line 145 def unwrap! records = __getobj__ records.each(&:unwrap!) end |