Sha256: 7d973541f8fff2c0d93970329fa491f29e9cafb594fb7e978c75e79e6f25d032

Contents?: true

Size: 185 Bytes

Versions: 6

Compression:

Stored size: 185 Bytes

Contents

class StructuredChangelog
  module StringInstanceMethods
    def match?(*args)
      !!match(*args)
    end
  end
end

String.send(:include, StructuredChangelog::StringInstanceMethods)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
structured_changelog-0.11.2 lib/structured_changelog/core_ext/string.rb
structured_changelog-0.11.1 lib/structured_changelog/core_ext/string.rb
structured_changelog-0.11.0 lib/structured_changelog/core_ext/string.rb
structured_changelog-0.10.2 lib/structured_changelog/core_ext/string.rb
structured_changelog-0.10.1 lib/structured_changelog/core_ext/string.rb
structured_changelog-0.10.0 lib/structured_changelog/core_ext/string.rb