jasgor9
New Member
- Messages
- 40
- Reaction score
- 0
- Points
- 0
I am learning Ruby and can't figure out this: does ruby have opening/closing tags like PHP (<?php ?>) and ASP (<% %>) ? I tried making a Ruby page with this code:
...but when i viewed the page it just said 'puts "Hello World"' If there aren't tags, then how can i fix this?
HTML:
puts "Hello, World"
...but when i viewed the page it just said 'puts "Hello World"' If there aren't tags, then how can i fix this?