Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Commander::Command::Options t=true, m=true>
- if options.include? 't=true' and options.include? 'm=true'
- puts 'invalid options'
- elsif options.include? "t=true"
- puts 'ready to create a team'
- elsif options.include? "m=true"
- puts 'ready to create a member'
- end
Advertisement
Add Comment
Please, Sign In to add comment