Class: Dummy

Inherits:
Object
  • Object
show all
Defined in:
lib/dgit/core.rb

Instance Method Summary collapse

Constructor Details

#initialize(_) ⇒ Dummy

Returns a new instance of Dummy.



26
27
28
# File 'lib/dgit/core.rb', line 26

def initialize(_)
	Object.new
end