diff options
-rw-r--r-- | lib/forwardable.rb | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -110,10 +110,7 @@ # module Forwardable require 'forwardable/impl' - - # Version of +forwardable.rb+ - VERSION = "1.2.0" - FORWARDABLE_VERSION = VERSION @debug = nil class << self |