Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Forked from thomasfl/new_coding_style.rb
Created January 26, 2011 17:02

Revisions

  1. tenderlove revised this gist Jan 26, 2011. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions new_coding_style.rb
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,7 @@
    # encoding: UTF-8

    def (arg)
    puts arg
    end
    alias :✐ :puts

    = true

    "Cool" if()
    "Cool" if
  2. Thomas Flemming created this gist Jan 26, 2011.
    9 changes: 9 additions & 0 deletions new_coding_style.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    # encoding: UTF-8

    def (arg)
    puts arg
    end

    = true

    "Cool" if()