branch: elpa/inf-ruby
commit e3335232ce774f51aa70160db712ae28becaf6f7
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add missing code section to comment front-matter
---
inf-ruby.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/inf-ruby.el b/inf-ruby.el
index 14dc33e6d5..aa72492991 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -36,6 +36,8 @@
;;
;; to your init file to easily switch from common Ruby compilation
;; modes to interact with a debugger.
+;;
+;;; Code:
(require 'comint)
(require 'compile)