Sha256: a6cc2b2afa62d743a81df6230c939713f98844ad1e4ca66838d5d6b618049734

Contents?: true

Size: 311 Bytes

Versions: 3

Compression:

Stored size: 311 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

3 entries across 3 versions & 1 rubygems

Version Path
deg-yard-0.8.7.4 lib/yard/server.rb
deg-yard-0.8.7.3 lib/yard/server.rb
deg-yard-0.8.7.1 lib/yard/server.rb