Module: Kernel
- Defined in:
- lib/sequel_opal_patches.rb,
lib/sequel_opal_patches.rb
Overview
Kernel#gem — Sequel’s version.rb may call ‘gem ’sequel’‘ to pin the version. Opal has no Bundler; no-op.
Class Method Summary collapse
Class Method Details
.BigDecimal(v, _precision = nil) ⇒ Object
147 148 149 |
# File 'lib/sequel_opal_patches.rb', line 147 def BigDecimal(v, _precision = nil) ::BigDecimal.new_from(v) end |
.gem(*_args) ⇒ Object
349 350 351 |
# File 'lib/sequel_opal_patches.rb', line 349 def gem(*_args) nil end |