Method: IRB.conf

Defined in:
lib/irb/init.rb

.confObject

Displays current configuration.

Modifying the configuration is achieved by sending a message to IRB.conf.

See IRB@Configuration for more information.



15
16
17
# File 'lib/irb/init.rb', line 15

def IRB.conf
  @CONF
end