diff options
author | aycabta <aycabta@gmail.com> | 2019-04-23 18:09:46 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-04-23 20:08:02 +0900 |
commit | f2cd4f4cd0a1e352fcc48a216127beaeda2b2399 (patch) | |
tree | 8e02f39a8df8fa5708e446aeb8d42d45d8a28abe /lib/reline/version.rb | |
parent | 87cf45a512a7803f266e4782c49e0a99c06a4039 (diff) | |
download | ruby-f2cd4f4cd0a1e352fcc48a216127beaeda2b2399.tar.gz |
IRB is improved with Reline and RDoc, take 2
Diffstat (limited to 'lib/reline/version.rb')
-rw-r--r-- | lib/reline/version.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/reline/version.rb b/lib/reline/version.rb new file mode 100644 index 0000000000..58a69a09a0 --- /dev/null +++ b/lib/reline/version.rb @@ -0,0 +1,3 @@ +module Reline + VERSION = '0.0.0' +end |