タグ

2008年6月1日のブックマーク (2件)

  • Don'tStopMusic - Ruby 1.8.7 がリリースされました , Ruby 1.8.7 NEWS の適当訳

    _ [Ruby] Ruby 1.8.7 がリリースされました preview が増えた分当初の予定より多少遅れたものの、無事 Ruby 1.8.7 がリリースされました。MUSHA さんお疲れさまです。いまのメンテナ体制なら 1.8 系は安泰ですね。 1.8.7 は 1.9 への架け橋となるようなバージョンです。1.9 から(互換性を損なわない範囲で)多くのメソッドがバックポートされました。また、1.9 でのメソッド追加や仕様変更に合わせて、前方互換性を確保するためのメソッド追加もされています。 今回、1.9 の機能のバックポート要望やバグ報告などはRubyForge の BTSが使われました。yugui さんが作業されていた Ruby 開発向け redmine 改が最近稼動し始めましたので、次のバージョンはそっちが使われるんじゃないかと思います。 1.8.7 で新しく増えたメソッドを使

    takehikom
    takehikom 2008/06/01
    参考になりました.predはpredecessorのことでしょう.succとpredは対でよく使われます.
  • 21 Ruby Tricks You Should Be Using In Your Own Code

    Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news. Writing for Ruby Inside, I get to see a lot of Ruby code. Most is good, but sometimes we forget some of Ruby's shortcuts and tricks and reinvent the wheel instead. In this post I present 21 different Ruby "tricks," from those that most experienced developers use every day to the more obscure. Whatever your level, a refresh

    takehikom
    takehikom 2008/06/01
    1のstring[regexp, nth],2,9,11のinitialize,17,19は目から鱗.