Class: Hooker

Inherits:
HookApp show all
Defined in:
lib/hook/hooker.rb

Overview

Hook.app CLI interface

Instance Method Summary collapse

Methods inherited from HookApp

#all_bookmarks, #bookmark_for, #bookmark_from_app, #clip_bookmark, #clone_hooks, #copy_bookmark, #decode, #delete_all_hooks, #delete_hooks, #encode, #format_regex, #get_hooks, #link_all, #link_files, #linked_bookmarks, #open_gui, #open_linked, #output_array, #search_bookmarks, #search_name, #search_path_or_address, #select_hook, #validate_format

Constructor Details

#initializeHooker

Returns a new instance of Hooker.



5
6
7
8
# File 'lib/hook/hooker.rb', line 5

def initialize
  super
  warn "Using Hooker class is deprecated, update to use HookApp instead"
end