codereading / codereading_thor

cloned thor for codereading purposes - Not fit for development.
MIT License
0 stars 1 forks source link

start here. #2

Open jarodzz opened 11 years ago

jarodzz commented 11 years ago

Hi, all, @codereading/readers.

I'm reading thor, and here's my report and questions.

Given a task like this.

class Example < Thor
  desc "show example", "show example by how it works"
   def show
      puts "this is how it works"
   end
end

Here's how thor works.

thanks

Jarodzzzzz

hope it helps some one who just started reading.

adamakhtar commented 11 years ago

hey @gtjgtjgtj - just in case remember to write @codereading/readers so everyone is notified of your issue. Should only need to do it once when you create one.

agis commented 11 years ago

Also don't forget to format your messages, and more importantly the code you're pasting (see Github Flavored Markdown) :smiley:

jarodzz commented 11 years ago

re-formated. thanks.