1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

remove spurious comment

This commit is contained in:
Scott Barron 2008-05-31 14:34:06 -07:00
parent d3c49b6e72
commit fd9c275aa8

View file

@ -23,7 +23,6 @@ module AASM
when Proc when Proc
action.call(record) action.call(record)
end end
# symbol, proc, lambda
end end
end end
end end