Method: Bmg::Relation::Empty#initialize

Defined in:
lib/bmg/relation/empty.rb

#initialize(type) ⇒ Empty

Returns a new instance of Empty.



13
14
15
# File 'lib/bmg/relation/empty.rb', line 13

def initialize(type)
  @type = type
end