Sha256: 5279b134c7fee1a3cd41b24df0a25b5dcfe2f6f8749b75afd375f17c229a42e1
Contents?: true
Size: 375 Bytes
Versions: 21
Compression:
Stored size: 375 Bytes
Contents
title: Ruby is the shit! Some kind of introduction and summary ~ The number is <%= 1 + 3 %> <% highlight do %> # # Will read the actual article file and store the yaml front processed in @yaml, # the content in @content # def load! return [@yaml, @content] if @yaml and @content yaml, @content = File.read(path).split(/\n\n/, 2) @yaml = YAML.load(yaml) end <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems