We're a place where coders share, stay up-to-date and grow their careers.
こんにちは
All private interactions must abide by the code of conduct.
Skills/Languages
Ruby
Sadly, pipeline operator is reverted. github.com/ruby/ruby/...
Sep 2 '19
ruby <3 def areCurlyBracesMatched(s) s.match?(/\A(?&...
Aug 28 '19
ruby <3 define_method(:format_dollar, &"$%.02f".:%...
Aug 27 '19
I can't wait ruby 2.7 release! git clone git@github.com:r...
Aug 24 '19
ruby <3 def likes(ls) case ls in [] "no one li...
Aug 23 '19
I see. Also % literal is my favorite string literal :) s ...
ruby <3 def alphabet_position(s) pos = (?a..?z |>...
I love weird Ruby syntax😆 TIPS: ?? is known as character l...
Recent comments
Daily Challenge #40 - Counting Sheep
Sadly, pipeline operator is reverted. github.com/ruby/ruby/...
Daily Challenge #51 - Valid Curly Braces
ruby <3 def areCurlyBracesMatched(s) s.match?(/\A(?&...
Daily Challenge #49 - Dollars and Cents
ruby <3 define_method(:format_dollar, &"$%.02f".:%...
Daily Challenge #48 - Facebook Likes
I can't wait ruby 2.7 release! git clone git@github.com:r...
Daily Challenge #48 - Facebook Likes
ruby <3 def likes(ls) case ls in [] "no one li...
Daily Challenge #46 - ???
I see. Also % literal is my favorite string literal :) s ...
Daily Challenge #47 - Alphabets
ruby <3 def alphabet_position(s) pos = (?a..?z |>...
Daily Challenge #46 - ???
I love weird Ruby syntax😆 TIPS: ?? is known as character l...