summaryrefslogtreecommitdiff
path: root/lib/oxidized/output
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-07-03 17:21:47 +0300
committerSaku Ytti <saku@ytti.fi>2014-07-03 17:21:47 +0300
commitc8b9e5af6d38e73ffa830c7abc137021447cb6bc (patch)
tree4df9b143a1a99a7f114c141691624d289ad3f3f3 /lib/oxidized/output
parent646794b7f1aca52914d76e95b4601d4b868c7217 (diff)
Fix class name resolution
In new method, where we no long explicitly set loaded class name for later resolution we depend on file name being same as class name. However for File output, this is not true, because I didn't want plain File in code to resolve to Oxidized::File, and din't want to always write ::File, File ouput has class name OxFile. This change allows class names to start optionally with string 'Oxidized' if so, they still match.
Diffstat (limited to 'lib/oxidized/output')
-rw-r--r--lib/oxidized/output/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/output/file.rb b/lib/oxidized/output/file.rb
index f3443b4..2d08106 100644
--- a/lib/oxidized/output/file.rb
+++ b/lib/oxidized/output/file.rb
@@ -1,5 +1,5 @@
module Oxidized
-class OxFile < Output
+class OxidizedFile < Output
require 'fileutils'
def initialize