Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created March 14, 2014 13:42
Show Gist options
  • Save edubkendo/9547845 to your computer and use it in GitHub Desktop.
Save edubkendo/9547845 to your computer and use it in GitHub Desktop.
require 'native'
module Atom
class Atom
include Native
attr_accessor :clipboard, :config, :context_menu,
:deserializers, :keymap, :menu, :packages, :projects,
:syntax, :themes, :workspace
def beep
`#@native.beep()`
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment