diff options
| author | Saku Ytti <saku@ytti.fi> | 2015-12-01 11:21:47 +0200 | 
|---|---|---|
| committer | Saku Ytti <saku@ytti.fi> | 2015-12-01 11:21:47 +0200 | 
| commit | 4e23b4341cec6a1c4e7526bd3acafbe66c624fc5 (patch) | |
| tree | 8f52d1e1395c54be08fd914b1d1125afabc57185 /lib | |
| parent | 96d2efa8ed31e1ea22674c3195c589eb15d584dc (diff) | |
meh further hack not to barf on version for files
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/oxidized/output/file.rb | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/lib/oxidized/output/file.rb b/lib/oxidized/output/file.rb index 3326a32..d1a8c17 100644 --- a/lib/oxidized/output/file.rb +++ b/lib/oxidized/output/file.rb @@ -40,7 +40,12 @@ class OxidizedFile < Output    end    def version node, group -    'not implemented for file output' +    # not supported +    [] +  end + +  def get_version node, group, oid +    'not supported'    end  end | 
