Class: FrameBringer
- Inherits:
-
Object
- Object
- FrameBringer
- Defined in:
- bin/jirb_rubeus
Overview
Once JRUBY-2449 is fixed, the code will me simplifed.
Instance Method Summary collapse
-
#initialize(frame) ⇒ FrameBringer
constructor
A new instance of FrameBringer.
- #run ⇒ Object
Constructor Details
#initialize(frame) ⇒ FrameBringer
Returns a new instance of FrameBringer.
52 53 54 |
# File 'bin/jirb_rubeus', line 52 def initialize(frame) @frame = frame end |
Instance Method Details
#run ⇒ Object
55 56 57 |
# File 'bin/jirb_rubeus', line 55 def run @frame.visible = true end |