Module: Enumerable
- Included in:
- Buffer::Array, Matrix, Native::Array, Set, Vector
- Defined in:
- opal/stdlib/json.rb,
opal/stdlib/set.rb
Overview
BUG: Enumerable must come before Array, otherwise it overrides #to_json this is due to how modules are implemented.