Skip to content

Commit

Permalink
Suppress Layout/TrailingWhitespace cop's offenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 18, 2020
1 parent 9140dce commit 4b20341
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/faker/music/show.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@ class << self
# Produces the name of a musical for an older audience
#
# @return [String]
#
#
# @example
# Faker::Alphanumeric.alpha
# #=> "West Side Story"
# #=> "West Side Story"
#
# @faker.version next
def adult_musical
fetch('show.adult_musical')
end

##
# Produces the name of a musical for a younger audience
# Produces the name of a musical for a younger audience
#
# @return [String]
#
#
# @example
# Faker::Alphanumeric.alpha
# #=> "Into the Woods JR."
# #=> "Into the Woods JR."
#
# @faker.version next
def kids_musical
fetch('show.kids_musical')
end

##
# Produces the name of a play
#
# @return [String]
#
#
# @example
# Faker::Alphanumeric.alpha
# #=> "Death of a Salesman"
# #=> "Death of a Salesman"
#
# @faker.version next
def play
Expand Down

0 comments on commit 4b20341

Please sign in to comment.