PageRenderTime 19ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Tests/assert_instance_of(..) (asio).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 5de7a3fccf3870cb290e40ec09858850 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: asio
  3. # contributor: Translated from TextMate Snippet
  4. # name: assert_instance_of(..)
  5. # --
  6. assert_instance_of`snippet_paren.rb`${1:ExpectedClass}, ${0:actual_instance}`snippet_paren.rb end`