Horje
switch case ruby on rails Code Example
switch case ruby on rails
case a_variable # a_variable is the variable we want to compare
when 1    #compare to 1
  puts "it was 1" 
when 2    #compare to 2
  puts "it was 2"
else
  puts "it was something else"
end




Shell

Related
bash replace newline with space Code Example bash replace newline with space Code Example
git rename master branch to main Code Example git rename master branch to main Code Example
http errors npm Code Example http errors npm Code Example
install flask in venv Code Example install flask in venv Code Example
git pull onbly submodule Code Example git pull onbly submodule Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8