タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

RubyとRubyInjectとMacに関するshokaiのブックマーク (1)

  • Ruby Inside: The Ruby Blog

    In math, a unary operation is an operation with a single input. In Ruby, a unary operator is an operator which only takes a single ‘argument’ in the form of a receiver. For example, the – on -5 or ! on !true. In contrast, a binary operator, such as in 2 + 3, deals with two arguments. Here, 2 and 3 (which become one receiver and one argument in a method call to +). Ruby only has a handful of unary

    shokai
    shokai 2007/12/10
    実行中のプロセスにrubyで入り込んで操作
  • 1