Skip to content

Commit

Permalink
git-svn-id: svn+ssh://rubyforge.org/var/svn/unroller@4 9d3ae835-7db8-…
Browse files Browse the repository at this point in the history
…4d57-bbcb-260a800a6cf5
  • Loading branch information
TylerRick committed Jun 21, 2008
1 parent 5b16c05 commit a94181b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc_include/ReleaseNotes-0.1.0
@@ -0,0 +1,2 @@
* Made it compatible with Facets 2.4.1
* Added :file_match, :dir_match
4 changes: 4 additions & 0 deletions lib/troff.rb
@@ -0,0 +1,4 @@
# Just use the troff method instead, dummy.
require 'unroller'
troff

2 changes: 2 additions & 0 deletions lib/tron.rb
@@ -0,0 +1,2 @@
require 'unroller'
tron
6 changes: 6 additions & 0 deletions test/other_file.rb
@@ -0,0 +1,6 @@
def in_other_file
a = 'a'
b = 'b'
c = 'c'
etc = 'etc.'
end

0 comments on commit a94181b

Please sign in to comment.