Module: Nooma::ChapterHelper

Includes:
ApplicationHelper, FileHelper
Defined in:
lib/chapter_helper.rb

Class Method Summary collapse

Methods included from FileHelper

#cd, #mkdir, #mkdir_cd

Methods included from ApplicationHelper

#snakecase

Class Method Details

.create_chapter(title) ⇒ Object



9
10
11
# File 'lib/chapter_helper.rb', line 9

def self.create_chapter(title)
  mkdir(snakecase(title))
end