module Cura::Attributes::HasInitialize

Stops the initialize super chain. Must be included before any Cura::Attributes modules which define an initialize method.

Public Class Methods

new(*_arguments) click to toggle source
# File lib/cura/attributes/has_initialize.rb, line 6
def initialize(*_arguments)
  # Blank on purpose. Carry on, my wayward son.
end