Sha256: 0926d11c2c9dd2f78c7702b9a65c2cad83be9b5033c8980778a9634816b33bbd

Contents?: true

Size: 89 Bytes

Versions: 5

Compression:

Stored size: 89 Bytes

Contents

class Dir
  def filter(regex)
    self.select do |x|
      x =~ regex
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pixelearth-3.2.4 lib/required/ruby_core_mods.rb
pixelearth-3.2.2 lib/required/ruby_core_mods.rb
pixelearth-0.0.7 lib/required/ruby_core_mods.rb
pixelearth-0.0.6 lib/required/ruby_core_mods.rb
pixelearth-0.0.5 lib/required/ruby_core_mods.rb