13 14 15
# File 'lib/clemency/callbacks.rb', line 13 def get(key) @callbacks.fetch(key, Proc.new {}) end