diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 43084f6..4c93c74 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -1075,4 +1075,4 @@ snippet isres snippet isresw it { should respond_to(:${1}).with(${2}).arguments } snippet super_call - ${1:super_class}.instance_method(:${2:method}).bind(self).call + ${1:super_class}.instance_method(:${2:method}).bind(self).call