module Example

Rubocop ignores some rules when it only lints the Gemfile and gemspec files. This file serves as an example of a Ruby file so we can ensure all of the linter rules run without warnings or errors.

Public Instance Methods

example() click to toggle source
# File example/example.rb, line 4
def example; end