Module: Webgen::Common
- Defined in:
- lib/webgen/common.rb,
lib/webgen/deprecated.rb,
lib/webgen/common/sitemap.rb
Overview
Namespace for classes and methods that provide common functionality.
Defined Under Namespace
Classes: Sitemap
Class Method Summary collapse
Class Method Details
.absolute_path(path, base) ⇒ Object
79 80 81 82 |
# File 'lib/webgen/deprecated.rb', line 79 def self.absolute_path(path, base) warn("Deprecation warning (~ #{caller.first}): this method will be removed in one of the next releases - use Webgen::Path.make_absolute(base, path) instead!") Path.make_absolute(base, path) end |