Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 75 Bytes

ruby_blocks.md

File metadata and controls

5 lines (5 loc) · 75 Bytes
def in_ruby?
  return apples.all? { |a| a.to_s == 'ruby' }
end