class Byebug::ConditionCommand

def help(cmd)

def help(cmd)
  %{
    Condition breakpoint-number expression
y breakpoint number N to break only if COND is true. N is an integer and
s an expression to be evaluated whenever breakpoint N is reached. If the
string is used, the condition is removed.
  }
end