lib/sinclair/method_definition/string_definition.rb in sinclair-1.9.0 vs lib/sinclair/method_definition/string_definition.rb in sinclair-1.10.0

- old
+ new

@@ -3,11 +3,9 @@ class Sinclair class MethodDefinition # @api private # @author darthjee # - # @abstract - # # Define an instance method from string class StringDefinition < MethodDefinition # @param name [String,Symbol] name of the method # @param code [String] code to be evaluated as method # @param options [Hash] Options of construction