Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 13, 2024
1 parent dd16990 commit 24f62dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fbe/who.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
# @param [Judges::Options] options The options coming from the +judges+ tool
# @param [Hash] global The hash for global caching
# @param [Loog] loog The logging facility
# @return [String] Full name of the user
def Fbe.who(fact, prop = :who, options: $options, global: $global, loog: $loog)
id = fact[prop.to_s]
raise "There is no #{prop.inspect} property" if id.nil?
Expand Down

0 comments on commit 24f62dc

Please sign in to comment.