Guest User

Untitled

a guest
Jan 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class SandwichShop
  2. include SandwichDefaults
  3.  
  4. def pitch
  5. "We offer #{min_inches}\"-#{max_inches}\" sandwiches"
  6. end
  7. end
  8.  
  9. SandwichShop.new.pitch # => "We offer 6\"-12\" sandwiches"
Add Comment
Please, Sign In to add comment