Class: Roadie::NullUrlRewriter Private

Inherits:
Object
  • Object
show all
Defined in:
lib/roadie/null_url_rewriter.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Null Object for the URL rewriter role.

Used whenever client does not pass any URL options and no URL rewriting should take place.

Instance Method Summary collapse

Constructor Details

#initialize(generator = nil) ⇒ NullUrlRewriter

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of NullUrlRewriter.



8
# File 'lib/roadie/null_url_rewriter.rb', line 8

def initialize(generator = nil) end

Instance Method Details

#transform_css(css) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



10
# File 'lib/roadie/null_url_rewriter.rb', line 10

def transform_css(css) end

#transform_dom(dom) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



9
# File 'lib/roadie/null_url_rewriter.rb', line 9

def transform_dom(dom) end