$ command line cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:== Rackup hello.ru: require 'hello' use Rack::Reloader use Rack::CommonLogger use Rack::ShowExceptions use Rack::ShowStatus run HelloApp.new run server: % rackup hello.ru == Calling convention def call(env) [StatusCode, { "Header" => "Value" }, ["Body"]] end
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.