summaryrefslogtreecommitdiff
path: root/lib/forwardable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/forwardable.rb')
-rw-r--r--lib/forwardable.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/forwardable.rb b/lib/forwardable.rb
index 91c932913e..7f219235d0 100644
--- a/lib/forwardable.rb
+++ b/lib/forwardable.rb
@@ -110,10 +110,7 @@
#
module Forwardable
require 'forwardable/impl'
-
- # Version of +forwardable.rb+
- VERSION = "1.2.0"
- FORWARDABLE_VERSION = VERSION
+ require "forwardable/version"
@debug = nil
class << self