Module: StructuredChangelog::StringInstanceMethods

Defined in:
lib/structured_changelog/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#match?(*args) ⇒ Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/structured_changelog/core_ext/string.rb', line 3

def match?(*args)
  !!match(*args)
end