Parent

Pry::PluginManager::NoPlugin

Placeholder when no associated gem found, displays warning

Public Class Methods

new(name) click to toggle source
# File lib/pry/plugins.rb, line 7
def initialize(name)
  @name = name
end

Public Instance Methods

method_missing(*args) click to toggle source
# File lib/pry/plugins.rb, line 11
def method_missing(*args)
  warn "Warning: The plugin '#{@name}' was not found! (no gem found)"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.