summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordon Bedwell <jordon@envygeeks.com>2012-03-14 11:38:07 -0500
committerJordon Bedwell <jordon@envygeeks.com>2012-03-14 11:38:07 -0500
commitf7d92c2e4973a8e543b9442a798936125101b28c (patch)
treeab62412efba4ad1aaff014ffb93563da016b02f7
parentbdffdd580e3486c4f8bfd7264e237c2d46b8c418 (diff)
downloadpry-f7d92c2e4973a8e543b9442a798936125101b28c.tar.gz
Remove the extra attr_accessor in Pry::Plugin::Base.
-rw-r--r--lib/pry/plugins.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pry/plugins.rb b/lib/pry/plugins.rb
index 881c1b92..c67866e4 100644
--- a/lib/pry/plugins.rb
+++ b/lib/pry/plugins.rb
@@ -238,8 +238,6 @@ class Pry
# Inherit
class Base
class << self
- attr_reader :version
-
protected
def define_plugin(opts)
opts = Pry::Plugin::Manager.validate_opts(opts)