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

Version Path
serious-0.3.2 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.3.1 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.3.0 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.12 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.11 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.10 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.9 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.8 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.7 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.6 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.5 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.4 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.3 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.2 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.1 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.2.0 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.1.4 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.1.3 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.1.2 test/articles/2009-12-11-ruby-is-the-shit.txt
serious-0.1.1 test/articles/2009-12-11-ruby-is-the-shit.txt