Skip to content

Instantly share code, notes, and snippets.

@erotte
Created April 30, 2009 08:50
Show Gist options
  • Save erotte/104358 to your computer and use it in GitHub Desktop.
Save erotte/104358 to your computer and use it in GitHub Desktop.
IRB.conf[:AUTO_INDENT] = true
IRB.conf[:USE_READLINE] = true
IRB.conf[:SAVE_HISTORY] = 1000
IRB.conf[:PROMPT_MODE] = :SIMPLE
require 'rubygems'
require 'irb/completion'
require 'utility_belt'
require 'pp'
require 'wirble'
Wirble.init
Wirble.colorize
class Object
def non_class_methods
self.methods - Class.methods
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment