diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-16 23:22:27 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-16 23:22:27 +0100 |
commit | 52d64ca88442beab556cbb696f042bcbb7ccd54f (patch) | |
tree | 978609cfe3d2fbad1ace48497bdaf60d16a44b8d | |
parent | 4ecbcc380da9429a2006459380b99d7de68c9fb4 (diff) | |
download | zorglub-52d64ca88442beab556cbb696f042bcbb7ccd54f.zip zorglub-52d64ca88442beab556cbb696f042bcbb7ccd54f.tar.gz |
engine/file: no extension set by default
-rw-r--r-- | lib/zorglub/engines/file.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zorglub/engines/file.rb b/lib/zorglub/engines/file.rb index 10f7322..fd9fe1e 100644 --- a/lib/zorglub/engines/file.rb +++ b/lib/zorglub/engines/file.rb @@ -15,6 +15,6 @@ module Zorglub end end # -Zorglub::Config.register_engine :file, 'txt', Zorglub::Engines::File.method(:proc) +Zorglub::Config.register_engine :file, nil, Zorglub::Engines::File.method(:proc) # # EOF |