Class: FrameBringer

Inherits:
Object
  • Object
show all
Defined in:
bin/jirb_rubeus

Overview

Once JRUBY-2449 is fixed, the code will me simplifed.

Instance Method Summary collapse

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

#runObject



55
56
57
# File 'bin/jirb_rubeus', line 55

def run
  @frame.visible = true
end