Method: Minder::Scene#focused_frame

Defined in:
lib/minder/cli/scene.rb

#focused_frameObject



26
27
28
# File 'lib/minder/cli/scene.rb', line 26

def focused_frame
  frames.find(&:focused?)
end