Skip to content

Instantly share code, notes, and snippets.

@adambeynon
Created October 31, 2013 20:25
Show Gist options
  • Save adambeynon/7256479 to your computer and use it in GitHub Desktop.
Save adambeynon/7256479 to your computer and use it in GitHub Desktop.
Opal Metadata
Opal.register_metadata([
{
"method": "Array#size",
"file": "opal/array.rb",
"line": 12,
"source": "# This method.......\ndef size;....\nend"
},
{
"method": "Array#slice",
"file": "opal/array.rb",
"line": 25,
"source": "def slice;....\nend"
},
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment