Skip to content

Instantly share code, notes, and snippets.

@emsk
Created March 25, 2013 06:33
Show Gist options
  • Save emsk/5235276 to your computer and use it in GitHub Desktop.
Save emsk/5235276 to your computer and use it in GitHub Desktop.
rake notes 探索対象ディレクトリに spec ディレクトリを追加
class SourceAnnotationExtractor
def find_with_custom_directories
find_without_custom_directories(%w(app config lib script test spec))
end
alias_method_chain(:find, :custom_directories)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment