Sha256: 003740ea2006621d88c6322b772f13275c709c60dc18637c37db262d7a6cc380

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

require 'ronin/static'

STATIC_DIRS = [
  File.expand_path(File.join(File.dirname(__FILE__),'static1')),
  File.expand_path(File.join(File.dirname(__FILE__),'static2')),
]

module Ronin
  STATIC_DIRS.each { |dir| Static.directory(dir) }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ronin-0.3.0 spec/static/helpers/static.rb
ronin-0.2.4 spec/static/helpers/static.rb
ronin-0.2.3 spec/static/helpers/static.rb