module Swagui
Constants
- VERSION
Public Class Methods
file_full_path(relative_path)
click to toggle source
# File lib/swagui.rb, line 12 def self.file_full_path(relative_path) File.expand_path(relative_path, Dir.pwd) end