“Ruby is just the most beautiful programming language I have ever seen. And I pay a fair amount of attention to new program language that are coming up, new environments, new frameworks, and I've still”, David Heinemeier Hansson, Creator of Ruby on Rails
# Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say = say.sub("love", "*love*") puts say.upcase # Output "I *love* Ruby" # five times 5.times { puts say } # Ruby knows ...
“Ruby is just the most beautiful programming language I have ever seen. And I pay a fair amount of attention to new program language that are coming up, new environments, new frameworks, and I've still”, David Heinemeier Hansson, Creator of Ruby on Rails
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Ruby Programming Language
# Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say = say.sub("love", "*love*") puts say.upcase # Output "I *love* Ruby" # five times 5.times { puts say } # Ruby knows ...
33 人がブックマーク・7 件のコメント
\ コメントが サクサク読める アプリです /