lib/sinclair/method_definition.rb in sinclair-1.1.1 vs lib/sinclair/method_definition.rb in sinclair-1.1.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class Sinclair
# Definition of the code or block to be aded as method
class MethodDefinition
# @overload initialize(name, code)
# @overload initialize(name, &block)