Method: WAB::Data#native
- Defined in:
- lib/wab/data.rb
#native ⇒ Object
Returns the instance converted to native Ruby values such as a Hash, Array, etc.
66 67 68 |
# File 'lib/wab/data.rb', line 66 def native() raise NotImplementedError.new end |