るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.014秒)
トップページ > クエリ:homepage[x]

別のキーワード

  1. specification homepage
  2. specification homepage=
  3. rubygems/specification homepage
  4. rubygems/specification homepage=
  5. homepage gem::specification

ライブラリ

クラス

キーワード

検索結果

Gem::Specification#homepage -> String (18101.0)

この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を返します。

この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を返します。

Gem::Specification#homepage=(uri) (6101.0)

この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI をセットします。

この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI をセットします。

@param uri この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を指定します。

rubygems (24.0)

RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。

...summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description = 'hello description'
end
//}

: name
この Gem の名前を指定します。
:...
...ors
この Gem の作者のリストを指定します。
: email
この Gem の作者の連絡先メールアドレスを指定します。
: homepage
この Gem のウェブサイトの URI を指定します。
: description
この Gem の長い説明を指定します。

実行可能な...
...ello', 'lib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'hello description'
end
//}

ライブラリの例に加えて executables を追...

win32ole (6.0)

Microsoft Windows で COM や ActiveX を扱うためのライブラリです。

...n.jp/ruby/win32ole/index.html
* http://pub.cozmixng.org/~the-rwiki/rw-cgi.rb?cmd=view;name=Win32OLE
* http://objectclub.jp/community/memorial/homepage3.nifty.com/masarl/article/ruby-win32ole.html
* Rubyist Magazine https://magazine.rubyist.net/
* Win32OLE 活用法【第 1 回】 Win32OLE...