[Ruby] メソッド一覧を得る

メソッド一覧を得るにはmethodsメソッドを使う。 p obj.methods でメソッド一覧が表示される。 参考 機能別索引 – Rubyリファレンスマニュアル


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

Win32バイナリ版Ruby/SDLをインストール

http://rubyforge.org/frs/?group_id=1006 からrubysdl-win32-binをとってきてWindows環境にRuby/SDLをインストール。 install_rubysdl.rbというスクリプトが付いてきて、それでインストールするようになっているが、そのスクリプトが c:/ruby/lib/ruby/1.8/fileutils.rb:1262:in `initialize’: Permission denied – c:/ruby/bin/zlib1.dll (Errno::EACCES) というエラーを出して停止する。 すでにあって、実行中のrubyにダイナミックリンクされているzlib1.dllをインストールスクリプトが上書きしようとしたのが原因のよう。 先にインストール元のzlib1.dllをインストール先にコピーして元のzlib1.dllを消してから再びインストールスクリプトを実行すると無事インストールされた。 ちなみに、インストール先のrubyはワンクリック インストーラからインストールしたもの。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply

Cygwin版RubyでRubyGemsを使う

setup.exeにはRubyGemsは無いので、 http://rubyforge.org/projects/rubygems/ から取ってきてインストールする。 $ tar xvzf rubygems-1.3.5.tgz $ cd rubygems-1.3.5 $ ruby setup.rb でインストールできる。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | 2 Replies