class Apitome::Configuration
Public Class Methods
root=(path)
click to toggle source
# File lib/apitome/configuration.rb, line 47 def self.root=(path) @@root = Pathname.new(path.to_s) if path.present? end
# File lib/apitome/configuration.rb, line 47 def self.root=(path) @@root = Pathname.new(path.to_s) if path.present? end