As I understand it, eruby is like erb - it lets you stick ruby code into HTML. If someone is using Rails, more than likely they would use erb or Haml.
But if I'm not using Rails, under what cirumstances would I need eruby if I'm just doing Ruby programming?
I guess I don't understand why someone would need to be outputting HTML if they're just using Ruby for writing scripts.