Module: Swagui

Defined in:
lib/swagui.rb,
lib/swagui/app.rb,
lib/swagui/version.rb,
lib/swagui/json_schema.rb,
lib/swagui/asset_handler.rb,
lib/swagui/yaml_doc_handler.rb,
lib/swagui/json_schema_parser.rb,
lib/swagui/swagger_doc_handler.rb

Defined Under Namespace

Classes: App, AssetHandler, JsonSchema, JsonSchemaParser, SwaggerDocHandler, YAMLDocHandler

Constant Summary collapse

VERSION =
"0.5.1"

Class Method Summary collapse

Class Method Details

.file_full_path(relative_path) ⇒ Object



12
13
14
# File 'lib/swagui.rb', line 12

def self.file_full_path(relative_path)
  File.expand_path(relative_path, Dir.pwd)
end