/ruby-mode/Tests/assert_kind_of(..) (asko).yasnippet

http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · 58bd9fe31cf3757b9637a6cb7665ffd8 MD5 · raw file

  1. # -*- mode: snippet -*-
  2. # key: asko
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert_kind_of(..)
  5. # --
  6. assert_kind_of`snippet_paren.rb`${1:ExpectedKind}, ${0:actual_instance}`snippet_paren.rb end`