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.1'

Instance Method Summary collapse

Instance Method Details

#version_stringObject



9
10
11
# File 'lib/cot.rb', line 9

def version_string
  "Cot version #{Cot::VERSION}"
end