Class: GitCrecord::QuitAction

Inherits:
Proc
  • Object
show all
Defined in:
lib/git_crecord/quit_action.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



5
6
7
# File 'lib/git_crecord/quit_action.rb', line 5

def ==(other)
  other == :quit
end