Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created September 6, 2010 06:48
Show Gist options
  • Save mitchellh/566723 to your computer and use it in GitHub Desktop.
Save mitchellh/566723 to your computer and use it in GitHub Desktop.
From 167b396fea695832b07710ee318c9f903897d509 Mon Sep 17 00:00:00 2001
From: Mitchell Hashimoto <mitchell.hashimoto@gmail.com>
Date: Sun, 5 Sep 2010 23:48:07 -0700
Subject: [PATCH] Documentation fix to clarify Thor::Actions#directory
---
lib/thor/actions/directory.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/thor/actions/directory.rb b/lib/thor/actions/directory.rb
index 717508e..14f7e5f 100644
--- a/lib/thor/actions/directory.rb
+++ b/lib/thor/actions/directory.rb
@@ -21,7 +21,7 @@ class Thor
# directory "doc"
#
# It will create a doc directory in the destination with the following
- # files (assuming that the app_name is "blog"):
+ # files (assuming that the `app_name` method returns the value "blog"):
#
# doc/
# components/
--
1.7.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment