Class: XDep::Output
- Inherits:
-
Object
- Object
- XDep::Output
- Defined in:
- lib/xdep/output.rb
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(options = nil) ⇒ Output
constructor
A new instance of Output.
Constructor Details
#initialize(options = nil) ⇒ Output
Returns a new instance of Output.
5 6 7 |
# File 'lib/xdep/output.rb', line 5 def initialize( = nil) = || {} end |
Class Method Details
.accepts?(filename) ⇒ Boolean
9 10 11 |
# File 'lib/xdep/output.rb', line 9 def self.accepts?(filename) raise NotImplementedError end |