def some_method # do something end
ruby-1.9.2-p0 > def something; "hey" end => nil ruby-1.9.2-p0 > something => "hey"