Class: PM::IRB
Instance Attribute Summary collapse
-
#dsl ⇒ Object
readonly
Returns the value of attribute dsl.
Instance Method Summary collapse
-
#initialize ⇒ IRB
constructor
A new instance of IRB.
-
#run ⇒ Object
For bin/patchmaster.
Constructor Details
Instance Attribute Details
#dsl ⇒ Object (readonly)
Returns the value of attribute dsl.
12 13 14 |
# File 'lib/patchmaster/irb/irb.rb', line 12 def dsl @dsl end |
Instance Method Details
#run ⇒ Object
For bin/patchmaster.
21 22 23 |
# File 'lib/patchmaster/irb/irb.rb', line 21 def run ::IRB.start end |