Method: Keymaker::Response#on_success

Defined in:
lib/keymaker/response.rb

#on_successObject



26
27
28
29
30
31
# File 'lib/keymaker/response.rb', line 26

def on_success
  if success?
    yield self
  end
  self
end