Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created January 30, 2016 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfldex/8c27cbd4761955eb908b to your computer and use it in GitHub Desktop.
Save gfldex/8c27cbd4761955eb908b to your computer and use it in GitHub Desktop.
[Pod::Block::Named.new(name => "pod", config => {}, contents => [
Pod::Item.new(level => 1, config => {:numbered("1")}, contents => [Pod::Block::Para.new(config => {}, contents => ["Install Rakudobrew: ", Pod::FormattingCode.new(type => "L", meta => [], config => {}, contents => ["https://github.com/tadzik/rakudobrew"]), ""])]),
Pod::Item.new(level => 1, config => {:numbered("1")}, contents => [Pod::Block::Para.new(config => {}, contents => ["Install Rakudo: Type the following command in the terminal rakudobrew build moar"])]),
Pod::Item.new(level => 1, config => {:numbered("1")}, contents => [Pod::Block::Para.new(config => {}, contents => ["Install Panda: Type the following command in the terminal rakudobrew build-panda"])]),
Pod::Block::Para.new(config => {}, contents => ["Foo Bar"]),
Pod::Item.new(level => 1, config => {:numbered("1")}, contents => [Pod::Block::Para.new(config => {}, contents => ["Install Panda: Type the following command in the terminal rakudobrew build-panda"])])
])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment