lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

randomize-(ran).sublime-snippet (168B)


      1 <snippet>
      2 	<content><![CDATA[sort_by { rand }]]></content>
      3 	<tabTrigger>ran</tabTrigger>
      4 	<scope>source.ruby</scope>
      5 	<description>randomize()</description>
      6 </snippet>