Class: VER::Executor::Frame

Inherits:
Tk::Tile::Frame
  • Object
show all
Defined in:
lib/ver/executor.rb

Instance Method Summary collapse

Instance Method Details

#hidden?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/ver/executor.rb', line 11

def hidden?
  false
end

#shown?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/ver/executor.rb', line 7

def shown?
  true
end