module IRBRemote
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/irb_remote.rb, line 10 def config @config ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/irb_remote.rb, line 14 def configure yield config end