Closed dankimio closed 8 years ago
There are snippets that are specific to Ruby: def, do, class. They already exist in language-ruby package, sometimes they're conflicting. It would be a good idea to clean those up.
def
do
class
language-ruby
+1 I hate the dang do snippet that always uses an argument. language-ruby already has dop for that.
dop
Can someone submit a pull request removing the duplicated snippets? I agree that dop is clearer.
There are snippets that are specific to Ruby:
def
,do
,class
. They already exist inlanguage-ruby
package, sometimes they're conflicting. It would be a good idea to clean those up.