Guest User

Untitled

a guest
Dec 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def initialize(opts={})
  2. {:msg=>'default', :success=>false}.merge(opts)
  3.  
  4. @success = opts[:success]
  5. @msg = opts[:msg]
  6. end
Add Comment
Please, Sign In to add comment