lib/evil/client/builder.rb in evil-client-1.0.0 vs lib/evil/client/builder.rb in evil-client-1.1.0

- old
+ new

@@ -7,9 +7,11 @@ # preinitialized [#parent] settings of its super-scope. # The instance method [#new] quacks like the lazy constructor # for scope/operation instance whose options reload the [#parent]'s ones. # class Builder + Names.clean(self) # Remove unnecessary methods from the instance + # Load concrete implementations for the abstact builder require_relative "builder/scope" require_relative "builder/operation" # The schema for an instance to be constructed via [#new]