Module: Cot
- Defined in:
- lib/cot.rb,
lib/cot/frame.rb,
lib/cot/version.rb
Defined Under Namespace
Classes: Frame
Constant Summary collapse
- VERSION =
'0.1.3'
Instance Method Summary collapse
Instance Method Details
#version_string ⇒ Object
8 9 10 |
# File 'lib/cot.rb', line 8 def version_string "Cot version #{Cot::VERSION}" end |