Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-10-09から1日間の記事一覧

Ruby | Object | singleton_methods

概要 Object#singleton_methods(inherited_too = true) -> [Symbol] 詳細 そのオブジェクトに対して定義されている特異メソッド名 (public あるいは protected メソッド) の一覧を返却。 inherited_too が true の場合、継承したメソッドも含む。 サンプルコ…

GitHub | ユーザーページの作り方

概要 ユーザーページの作り方 詳細 GitHubでは、 [user_name].github.com という名前のリポジトリを作成すると、 [user_name].github.io という静的サイトとして公開されます。例えば私なら、tbpgr.github.com というリポジトリが http://tbpgr.github.io/ …