Class: Jfm::Site
- Inherits:
-
Object
- Object
- Jfm::Site
- Defined in:
- lib/jfm.rb
Instance Method Summary collapse
-
#initialize(dir) ⇒ Site
constructor
A new instance of Site.
- #posts ⇒ Object
Constructor Details
#initialize(dir) ⇒ Site
Returns a new instance of Site.
10 11 12 |
# File 'lib/jfm.rb', line 10 def initialize(dir) @working_dir = Pathname(dir) end |