Skip to content

kehonda/study_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby_association_certified

 https://gist.github.com/sean2121/945035ef2341f0c39bf40762cd8531e0

メモ

ruby予約語

try, gotoは予約語ではない https://qiita.com/kakeijin/items/85967d4e4c0dc3a1e727

ローカル変数

1文字目はアルファベット小文字か_で始める必要があります。また、2文字目以降はアルファベットもしくは数字を使用します。予約語はローカル変数として使用できません。

ローカル変数・インスタンス変数・クラス変数 https://qiita.com/mary_new_programmer/items/4c4353c3d1df7242f515

グローバル変数もあった

そのプロジェクト内、どこでも使用できる変数

  • $マークをつける

進数

8進数 https://wa3.i-3-i.info/word1612.html

2進数/16進数 https://qiita.com/inabe49/items/805c2d2bcd9e70c37ef6

まじっくこめんと

encoding: utf-8 ENCODING: UTF-8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages