Guest User

Untitled

a guest
Jan 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. module SandwichDefaults
  2. def min_inches() 6 end
  3.  
  4. def max_inches() 12 end
  5.  
  6. module_function :min_inches, :max_inches
  7. end
Add Comment
Please, Sign In to add comment