Sha256: adfd777a3bd4ce5c26cb293fce4716b6864b68aec52c59e9ecd5a1e166b25db3
Contents?: true
Size: 301 Bytes
Versions: 106
Compression:
Stored size: 301 Bytes
Contents
module YARD module Server # Registers a static path to be used in static asset lookup. # @param [String] path the pathname to register # @return [void] # @since 0.6.2 def self.register_static_path(path) Commands::StaticFileCommand::STATIC_PATHS.push(path) end end end
Version data entries
106 entries across 87 versions & 9 rubygems