Module: Rambo
- Defined in:
- lib/cli.rb,
lib/version.rb,
lib/rspec/examples.rb,
lib/raml_models/api.rb,
lib/rspec/spec_file.rb,
lib/raml_models/body.rb,
lib/rspec/helper_file.rb,
lib/document_generator.rb,
lib/raml_models/method.rb,
lib/raml_models/headers.rb,
lib/rspec/example_group.rb,
lib/raml_models/resource.rb,
lib/raml_models/response.rb
Defined Under Namespace
Modules: RSpec, RamlModels Classes: CLI, DocumentGenerator
Constant Summary collapse
- MAJOR =
'0'- MINOR =
'1'- PATCH =
'0'
Class Method Summary collapse
Class Method Details
.version ⇒ Object
6 7 8 |
# File 'lib/version.rb', line 6 def self.version [Rambo::MAJOR, Rambo::MINOR, Rambo::PATCH].join('.') end |