Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def smalltest(numb)
- puts "hogsk"
- numb
- yield
- end
- smalltest(10) { |x| print "fuhdsahdsfdasfkjsdfs",x }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement