Class: ActionView::Template::Path

Inherits:
Object
  • Object
show all
Defined in:
lib/bolt/adapters/rails.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Path

:nodoc:



50
51
52
53
# File 'lib/bolt/adapters/rails.rb', line 50

def initialize(path)
  # raise ArgumentError, "path already is a Path class" if path.is_a?(Path)
  @path = path.freeze
end