Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようなものをどのようにリファクタリングしますか?
response = "yes" if response == "yes" or response == "y" puts "Do Something" end
if %w(yes y).include?(response)
次のように使用できるうーん、私はそれがあなたを助けることを願っています
サンプル
@response=='R'の場合|| @response =='r'
ORを入力すると、エラーが表示されます