Method: Minder::Scene#main_frame
- Defined in:
- lib/minder/cli/scene.rb
#main_frame ⇒ Object
83 84 85 86 87 88 89 90 91 |
# File 'lib/minder/cli/scene.rb', line 83 def main_frame return if .hidden? && help_frame.hidden? if .hidden? help_frame else end end |