Skip to content

Instantly share code, notes, and snippets.

@nextacademy-private
Last active November 27, 2023 01:09
Show Gist options
  • Select an option

  • Save nextacademy-private/a64f2e55e54ae1e3e6aa to your computer and use it in GitHub Desktop.

Select an option

Save nextacademy-private/a64f2e55e54ae1e3e6aa to your computer and use it in GitHub Desktop.

Revisions

  1. code-division renamed this gist Sep 22, 2014. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions deaf_grandma.rb → deaf_aunty.rb
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,14 @@
    # Save this file to your computer so you can run it
    # via the command line (Terminal) like so:
    # $ ruby deaf_grandma.rb
    # $ ruby deaf_aunty.rb
    #
    # Your method should wait for user input, which corresponds
    # to you saying something to your Grandma.
    # to you saying something to your Aunty.

    # You'll probably want to write other methods, but this
    # encapsulates the core Grandma logic
    def deaf_grandma
    # encapsulates the core Aunty logic
    def deaf_aunty
    end

    # Run our method
    deaf_grandma
    deaf_aunty
  2. code-division created this gist Aug 31, 2014.
    14 changes: 14 additions & 0 deletions deaf_grandma.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # Save this file to your computer so you can run it
    # via the command line (Terminal) like so:
    # $ ruby deaf_grandma.rb
    #
    # Your method should wait for user input, which corresponds
    # to you saying something to your Grandma.

    # You'll probably want to write other methods, but this
    # encapsulates the core Grandma logic
    def deaf_grandma
    end

    # Run our method
    deaf_grandma