lib/coursemology/polyglot/concrete_language/class_methods.rb in coursemology-polyglot-0.0.3 vs lib/coursemology/polyglot/concrete_language/class_methods.rb in coursemology-polyglot-0.1.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
# This module is extended by the language's singleton class when the Language can be directly used
# by the user.
#
# This is deliberately defined so that consumers of this library can inject methods into all
# concrete languages' classes.