Guest User

Untitled

a guest
Feb 12th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.09 KB | None | 0 0
  1. class Cash
  2.   def self.enough?(dollar_amount = 0)
  3.     dollar_amount > 100000000
  4.   end
  5. end
Add Comment
Please, Sign In to add comment