D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
ruby
/
irb
/
helper_method
/
Filename :
conf.rb
back
Copy
module IRB module HelperMethod class Conf < Base description "Returns the current IRB context." def execute IRB.CurrentContext end end end end