The Yuppie Vancouverite needs to rent an apartment downtown!
Here we have a rent? method that helps them decide if they are going to an apartment based on some information about it. It's passed 3 key pieces of information that are used to determine this:
- Is the apartment
furnished? Since this is a yes/no thing, it's a boolean (true/false) - Is the apartment
baller? Since this is a yes/no thing, it's a boolean (true/false) - The monthly
rentfor the apartment. This is expected to be an integer (Fixnum)