Class | Pry::WrappedModule |
In: |
lib/pry/wrapped_module.rb
|
Parent: | Object |
Create a new WrappedModule @raise ArgumentError, if the argument is not a Module @param [Module]
The prefix that would appear before methods defined on this class.
i.e. the "String." or "String#" in String.new and String#initialize.
@return String
Get the instance associated with this singleton class.
@raise ArgumentError: tried to get instance of non singleton class
@return [Object]