class Byebug::ConditionCommand

def description

def description
  %{cond[ition] nnn[ expr]
    Specify breakpoint number nnn to break only if expr is true. nnn is an
    integer and expr is an expression to be evaluated whenever breakpoint
    nnn is reached. If no expression is specified, the condition is
    removed.}
end