Class: Fairy::CTherePlace

Inherits:
Object
  • Object
show all
Defined in:
lib/fairy/share/file-place.rb

Instance Method Summary collapse

Constructor Details

#initialize(enum) ⇒ CTherePlace

Returns a new instance of CTherePlace.



158
159
160
# File 'lib/fairy/share/file-place.rb', line 158

def initialize(enum)
  @enumerable = enum
end

Instance Method Details

#each_assigned_filter(&block) ⇒ Object



162
163
164
# File 'lib/fairy/share/file-place.rb', line 162

def each_assigned_filter(&block)
  block.call PTherePlace.new(0, @enumerable)
end