Guest User

Untitled

a guest
Jan 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class BobsBigSubShop < SandwichShop
  2. def max_inches() 24 end # override
  3. end
  4.  
  5. BobsBigSubShop.new.pitch # => "We offer 6\"-24\" sandwiches"
Add Comment
Please, Sign In to add comment