This is a test post from textmate
Here's some test code
1 class Customer 2 attr_accessor :name 3 4 def say_hello 5 "HI" 6 end 7 end 8