class Gamefic::Active::Cue

def output

Returns:
  • (Props::Output) -
def output
  props&.output.clone.freeze || Props::Output::EMPTY
end