Skip to content

Instantly share code, notes, and snippets.

@seanlilmateus
seanlilmateus / forwardable.rb
Created May 24, 2013 07:57
rubymotion Forwardable module
module Forwardable
FORWARDABLE_VERSION = "1.1.0"
@debug = nil
class << self
attr_accessor :debug
end
# Takes a hash as its argument. The key is a symbol or an array of
# symbols. These symbols correspond to method names. The value is