Sha256: 14b7096b62d8b81466719f5cc8018034d86d80be2595ea4611d97a4047a74ed3

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

# Place any code you want to run when the component is included on the client
# or server.

# To include code only on the client use:
# if RUBY_PLATFORM == 'opal'
#
# To include code only on the server, use:
# unless RUBY_PLATFORM == 'opal'
# ^^ this will not send compile in code in the conditional to the client.
# ^^ this include code required in the conditional.
require 'browser_irb/lib/promise_ext'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
volt-browser_irb-0.1.4 app/browser_irb/config/initializers/boot.rb
volt-browser_irb-0.1.3 app/browser_irb/config/initializers/boot.rb