# File lib/jekyll/theme_builder.rb, line 101 def initialize(theme_builder) @theme_builder = theme_builder end
# File lib/jekyll/theme_builder.rb, line 105 def jekyll_version_with_minor Jekyll::VERSION.split(".").take(2).join(".") end
# File lib/jekyll/theme_builder.rb, line 113 def render(contents) ERB.new(contents).result binding end
# File lib/jekyll/theme_builder.rb, line 109 def theme_directories SCAFFOLD_DIRECTORIES end