public
Fork of drnic/ruby-tmbundle
Description: Ruby TextMate bundle
Homepage: http://drnicwilliams.com
Clone URL: git://github.com/Lawjoskar/ruby-tmbundle.git
ruby-tmbundle / Snippets
name
..
file #!;usr;local;bin;ruby -w.plist
file 060 ruby if else.plist
file 070 ruby if.plist
file 080 ruby case.plist
file :yields: RDoc comment.tmSnippet
file Add '# =>' Marker.tmSnippet
file Array.new(10) { |i| .. } (Arr).plist
file Benchmark_bmbm(__) do __ end.tmSnippet
file Dir.glob("..") do |file| .. end (Dir).plist
file File.foreach ("..") do |line| .. end (File).plist
file File_dirname(__FILE__).tmSnippet
file Hash.new { |hash, key| hash[key] = .. } (Has).plist
file Insert ERb's <% __ %> or <%= __ %>.tmSnippet
file Marshal.dump(obj, file) (Md).plist
file Marshal.load(obj) (Ml).plist
file PStore_new( __ ).tmSnippet
file RDoc documentation block.tmSnippet
file Wrap in Begin … Rescue … End.plist
file YAML.dump(.., file) (Yd-).plist
file YAML.load(file) (Yl-).plist
file __END__.tmSnippet
file alias_method .. (am).plist
file all? { |e| .. } (all).plist
file any? { |e| .. } (any).plist
file application_code .. (app).plist
file assert(..) (as).plist
file assert_equal.tmSnippet
file assert_in_delta(..) (asid).plist
file assert_instance_of(..) (asio).plist
file assert_kind_of(..) (asko).plist
file assert_match(..) (asm).plist
file assert_nil(..) (asn).plist
file assert_no_match(..) (asnm).plist
file assert_not_equal(..) (asne).plist
file assert_not_nil(..) (asnn).plist
file assert_not_same(..) (asns).plist
file assert_nothing_raised(..) { .. } (asnr).plist
file assert_nothing_thrown { .. } (asnt).plist
file assert_operator(..) (aso).plist
file assert_raise(..) { .. } (asr).plist
file assert_respond_to(..) (asrt).plist
file assert_same(..) (ass).plist
file assert_send(..) (ass).plist
file assert_throws(..) { .. } (ast).plist
file attr_accessor .. (rw).plist
file attr_reader .. (r).plist
file attr_writer .. (w).plist
file class .. < DelegateClass .. initialize .. end (class).plist
file class .. < ParentClass .. initialize .. end.plist
file class .. < Struct .. initialize .. end.plist
file class .. < Test;;Unit;;TestCase .. end (tc).plist
file class .. end (cla).plist
file class .. initialize .. end.plist
file class .. instance_methods .. undef .. initialize .. end (class).plist
file class << self __ end.tmSnippet
file class_from_name() (clafn).plist
file classify { |e| .. } (clas).plist
file collect { |e| .. } (col).plist
file deep_copy(..) (dee).plist
file def end.plist
file def method_missing .. end (mm).plist
file def self .. end (defs).plist
file def test_ .. end (t).plist
file def_delegator .. (defd).plist
file def_delegators .. (defds).plist
file delete_if { |e| .. } (deli).plist
file detect { |e| .. } (det).plist
file do |obj| .. end (doo).plist
file downto(0) { |n| .. } (dow).plist
file each { |e| .. } (ea).plist
file each_byte { |byte| .. } (eab).plist
file each_char { |chr| .. } (eac-).plist
file each_cons(..) { |group| .. } (eac-).plist
file each_index { |i| .. } (eai).plist
file each_key { |key| .. } (eak).plist
file each_line { |line| .. } (eal).plist
file each_pair { |name, val| .. } (eap).plist
file each_slice { |group| .. } (eas).plist
file each_value { |val| .. } (eav).plist
file each_with_index { |e, i| .. } (eawi).plist
file elsif ___.tmSnippet
file embed string variable.plist
file extend Forwardable (Forw).plist
file fetch(name) { |key| .. } (fet).plist
file fill(range) { |i| .. } (fil).plist
file find { |e| .. } (fin).plist
file find_all { |e| .. } (fina).plist
file flatten_once (fla).plist
file flunk(..) (fl).plist
file grep(;pattern;) { |match| .. } (gre).plist
file gsub(;..;) { |match| .. } (gsu).plist
file hash pair (:).plist
file hash pointer.plist
file include Comparable .. (Comp).plist
file include Enumerable .. (Enum).plist
file inject(init) { |mem, var| .. } (inj).plist
file lambda { |args| .. } (lam).plist
file loop { __ }.tmSnippet
file map { |e| .. } (map).plist
file map_with_index { |e, i| .. } (mapwi).plist
file max { |a, b| .. } (max).plist
file min { |a, b| .. } (min).plist
file module .. ClassMethods .. end.plist
file module .. end.plist
file module .. module_function .. end.plist
file open yield block ({).plist
file open("path;or;url", "w") do |doc| .. end (ope).plist
file option_parse { .. } (optp).plist
file partition { |e| .. } (par).plist
file path_from_here( __ ).tmSnippet
file randomize (ran).plist
file reject { |e| .. } (rej).plist
file require ".." (req).plist
file require "tc_.." .. (ts).plist
file require File_dirname(__FILE__) + ":__".tmSnippet
file results_report(__) { __ }.tmSnippet
file reverse_each { |e| .. } (rea).plist
file scan(;..;) { |match| .. } (sca).plist
file select { |e| .. } (sel).plist
file singleton_class().tmSnippet
file sort { |a, b| .. } (sor).plist
file sort_by { |e| .. } (sorb).plist
file step(2) { |e| .. } (ste).plist
file sub(;..;) { |match| .. } (sub).plist
file times { |n| .. } (tim).plist
file transaction( __ ) do __ end.tmSnippet
file unix_filter .. (uni).plist
file unless (unless).plist
file until ___ end.tmSnippet
file untitled.plist
file upto(1.0;0.0) { |n| .. } (upt).plist
file usage_if() (usai).plist
file usage_unless() (usau).plist
file when.plist
file while ___ end.tmSnippet
file xmlread(__).tmSnippet
file xpath(__) { __ }.tmSnippet
file zip(enums) { |row| .. } (zip).plist