Skip to content

Instantly share code, notes, and snippets.

@lsegal
Created April 10, 2014 01:59
Show Gist options
  • Save lsegal/10336755 to your computer and use it in GitHub Desktop.
Save lsegal/10336755 to your computer and use it in GitHub Desktop.
module Skylight
if native?
class Hello
# Foo
def foo
x if true
end
end
end
# @api private
class Hello; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment