From fd9c275aa8a4209186c24edf1a0dafd57b7d65b5 Mon Sep 17 00:00:00 2001 From: Scott Barron Date: Sat, 31 May 2008 14:34:06 -0700 Subject: [PATCH] remove spurious comment --- lib/state.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/state.rb b/lib/state.rb index 1eb4ccc..4864ea2 100644 --- a/lib/state.rb +++ b/lib/state.rb @@ -23,7 +23,6 @@ module AASM when Proc action.call(record) end - # symbol, proc, lambda end end end