Load internal Ruby features, including pp, tab-completion, and a simple prompt.
list of internal libraries to automatically load
Load all Ruby internal features.
# File lib/wirble.rb, line 58 def self.init(opt = nil) init_libraries unless opt && opt[:skip_libraries] init_prompt unless opt && opt[:skip_prompt] end
Generated with the Darkfish Rdoc Generator 2.