Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @variable=false
- def the_function()
- if @variable==false then
- @variable=true
- elsif @variable==true
- @variable=true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement