Skip to content

Instantly share code, notes, and snippets.

@msr1k
Last active August 2, 2018 01:31
Show Gist options
  • Save msr1k/3b1d719a3573011eb2e1be492a7e8432 to your computer and use it in GitHub Desktop.
Save msr1k/3b1d719a3573011eb2e1be492a7e8432 to your computer and use it in GitHub Desktop.
opal test
class A
native_class if RUBY_ENGINE == 'opal'
def a
puts 'a'
end
native_alias :a, :a if RUBY_ENGIN == 'opal'
end
opal --compile -r opal -r native a.rb > a.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment