SYMBOL INDEX (48 symbols across 11 files) FILE: lib/notifyor.rb type Notifyor (line 6) | module Notifyor function configure (line 11) | def self.configure FILE: lib/notifyor/cli.rb type Notifyor (line 4) | module Notifyor class CLI (line 5) | class CLI method parse (line 7) | def parse method check_notifications (line 48) | def check_notifications FILE: lib/notifyor/configuration.rb type Notifyor (line 3) | module Notifyor class Configuration (line 4) | class Configuration method initialize (line 7) | def initialize FILE: lib/notifyor/growl.rb type Notifyor (line 2) | module Notifyor type Growl (line 3) | module Growl function adapter (line 6) | def adapter function adapter= (line 22) | def adapter=(adapter_name) function create_growl (line 32) | def create_growl(title, message) FILE: lib/notifyor/growl/adapters/libnotify_notifier.rb type Notifyor (line 1) | module Notifyor type Growl (line 2) | module Growl type Adapters (line 3) | module Adapters type LibnotifyNotifier (line 4) | module LibnotifyNotifier function create_growl (line 7) | def create_growl(title, message) FILE: lib/notifyor/growl/adapters/terminal_notifier.rb type Notifyor (line 2) | module Notifyor type Growl (line 3) | module Growl type Adapters (line 4) | module Adapters type TerminalNotifier (line 5) | module TerminalNotifier function create_growl (line 8) | def create_growl(title, message) FILE: lib/notifyor/plugin.rb type Notifyor (line 4) | module Notifyor type Plugin (line 5) | module Plugin type ClassMethods (line 11) | module ClassMethods function notifyor (line 12) | def notifyor(options = {}) function configure_plugin (line 16) | def configure_plugin(options = {}) function append_callbacks (line 22) | def append_callbacks(configuration, publish_channels) function default_configuration (line 39) | def default_configuration FILE: lib/notifyor/remote/connection.rb type Notifyor (line 6) | module Notifyor type Remote (line 7) | module Remote class Connection (line 8) | class Connection method initialize (line 10) | def initialize method build_tunnel (line 21) | def build_tunnel method build_redis_tunnel_connection (line 28) | def build_redis_tunnel_connection method subscribe_to_redis (line 33) | def subscribe_to_redis method growl_message (line 42) | def growl_message(message) FILE: lib/notifyor/util/formatter.rb type Notifyor (line 1) | module Notifyor type Util (line 2) | module Util type Formatter (line 3) | module Formatter function squish! (line 6) | def squish!(string) FILE: lib/notifyor/util/os_analyzer.rb type Notifyor (line 2) | module Notifyor type Util (line 3) | module Util type OSAnalyzer (line 4) | module OSAnalyzer function os (line 6) | def os FILE: lib/notifyor/version.rb type Notifyor (line 1) | module Notifyor