From 4526fcb19a7808ef6f08a10bb944f8e96ba6b615 Mon Sep 17 00:00:00 2001
From: Yamamoto Yuji <whosekiteneverfly@gmail.com>
Date: Sun, 13 Oct 2013 18:49:26 +0900
Subject: [PATCH] Fix typo in ruby.snippets: snippets => snippets

---
 snippets/ruby.snippets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets
index 2d83f672b..139a36140 100644
--- a/snippets/ruby.snippets
+++ b/snippets/ruby.snippets
@@ -58,7 +58,7 @@ snippet deft
 	def test_${1:case_name}
 		${0}
 	end
-snippets descendants
+snippet descendants
 	class Class
 		def descendants
 			ObjectSpace.each_object(::Class).select {|klass| klass < self }