Placeholder when no associated gem found, displays warning
# File lib/pry/plugins.rb, line 7 def initialize(name) @name = name end
# File lib/pry/plugins.rb, line 11 def method_missing(*args) warn "Warning: The plugin '#{@name}' was not found! (no gem found)" end