vendor/assets/javascripts/ace/snippets/ruby.js in ace-rails-ap-4.2 vs vendor/assets/javascripts/ace/snippets/ruby.js in ace-rails-ap-4.3
- old
+ new
@@ -930,6 +930,13 @@
${2}\n\
end\n\
";
exports.scope = "ruby";
-});
+}); (function() {
+ window.require(["ace/snippets/ruby"], function(m) {
+ if (typeof module == "object" && typeof exports == "object" && module) {
+ module.exports = m;
+ }
+ });
+ })();
+
\ No newline at end of file