Brad Rice
Brad Rice

Reputation: 1344

Documenting Ruby code results within source file

This is a really basic question. I've been watching Ruby Tapas and really like how Avdi can run his Ruby code and have it recorded directly in the source file. Googling "executing and documenting Ruby code" obviously returns a bunch of stuff about the RDocs for the language itself. Anyone know more specifically what I should look into?

Upvotes: 1

Views: 52

Answers (1)

Arup Rakshit
Arup Rakshit

Reputation: 118261

You need to use the t9md / vim-ruby-xmpfilter. Look also the README section.

You need to have rcodetools gem mandatory.

After that go though the issue, I logged.

Upvotes: 1

Related Questions