Method: Postview.path=
- Defined in:
- lib/postview.rb
.path=(pathname) ⇒ Object
Change current directory path for load all settings from other path.
74 75 76 |
# File 'lib/postview.rb', line 74 def path=(pathname) @path = Pathname.new(pathname). end |