2009-06-27から1日間の記事一覧

Macのスクリーンショットの撮り方

Mac

コマンド 効果 command+shift+3 画面全体 command+shift+4 選択範囲 command+shift+4+space 選択ウィンドウ全体 png形式でデスクトップに保存される

Ruby - 文字列をシンボルに変換する

"string".to_sym => :string やってはいけない例 ":string".to_sym => :":string"