Module: Foobara::Entity::NewPrepend

Included in:
Foobara::Entity
Defined in:
foobara-0.0.125/projects/entity/src/new_prepend.rb

Instance Method Summary collapse

Instance Method Details

#__private_new__Object

rubocop:disable Lint/UselessMethodDefinition rubocop:enable Lint/UselessMethodDefinition

[View source]

10
11
12
# File 'foobara-0.0.125/projects/entity/src/new_prepend.rb', line 10

def new(...)
  super
end

#newObject

rubocop:disable Lint/DuplicateMethods

[View source]

5
6
7
# File 'foobara-0.0.125/projects/entity/src/new_prepend.rb', line 5

def new(...)
  super
end