Skip to content

Commit 40a7de9

Browse files
committed
chore(bin): Add bin/console for better DX
I wanted to try RDoc methods and noticed there's no `bin` dir. This `bin/console` loads `doc/rdoc/markup_reference` for easy testing and debugging.
1 parent 4b84660 commit 40a7de9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bin/console

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env ruby
2+
3+
require 'bundler/setup'
4+
require 'rdoc'
5+
6+
require_relative '../doc/rdoc/markup_reference'
7+
8+
require 'irb'
9+
IRB.start(__FILE__)

0 commit comments

Comments
 (0)