Skip to content

Commit

Permalink
Merge ddcd6d4 into b55ae68
Browse files Browse the repository at this point in the history
  • Loading branch information
willnet committed Jan 16, 2024
2 parents b55ae68 + ddcd6d4 commit 55be1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gimei.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Gimei
class << self
extend Forwardable

def_delegators Gimei::Name, :male, :female
def_delegators 'Gimei::Name', :male, :female
def_delegators :address, :prefecture, :city, :town

def name(gender = nil)
Expand Down

0 comments on commit 55be1dd

Please sign in to comment.