diff options
Diffstat (limited to '')
-rw-r--r-- | .riplrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.riplrc b/.riplrc new file mode 100644 index 00000000..e10acd3c --- /dev/null +++ b/.riplrc @@ -0,0 +1 @@ +%w[multi_line rocket color_error color_result auto_indent short_errors].map {|r| require "ripl/#{r}" } |