Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Delete RHC::Commands::Base::inherited #439

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions lib/rhc/commands/base.rb
Expand Up @@ -53,11 +53,6 @@ def help(*args)

class InvalidCommand < StandardError ; end

def self.inherited(klass)
unless klass == RHC::Commands::Base
end
end

def self.method_added(method)
return if self == RHC::Commands::Base
return if private_method_defined? method
Expand Down