Class: VueCK::VueCK
- Inherits:
-
Object
- Object
- VueCK::VueCK
- Defined in:
- lib/vueck.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ VueCK
constructor
A new instance of VueCK.
- #serve_file ⇒ Object
Constructor Details
Instance Method Details
#serve_file ⇒ Object
18 19 20 |
# File 'lib/vueck.rb', line 18 def serve_file FileManager.new(@filename).serve end |