Module: Marshal
- Defined in:
- opal/opal/corelib/unsupported.rb
Class Method Summary collapse
Class Method Details
.dump ⇒ Object
153 154 155 |
# File 'opal/opal/corelib/unsupported.rb', line 153 def dump(*) raise NotImplementedError, `ERROR` end |
.load ⇒ Object
157 158 159 |
# File 'opal/opal/corelib/unsupported.rb', line 157 def load(*) raise NotImplementedError, `ERROR` end |
.restore ⇒ Object
161 162 163 |
# File 'opal/opal/corelib/unsupported.rb', line 161 def restore(*) raise NotImplementedError, `ERROR` end |