Skip to content

Commit

Permalink
Tiny comment improvement in Sisimai::Fact.rise()
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Aug 25, 2024
1 parent f992c0c commit c4c9712
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/sisimai/fact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ def initialize(argvs)
# Constructor of Sisimai::Fact
# @param [Hash] argvs
# @options argvs [String] data Entire email message
# @options argvs [Boolean] delivered Include the result which has "delivered" reason
# @options argvs [Boolean] vacation Include the result which has "vacation" reason
# @options argvs [Proc] hook Proc object of callback method
# @options argvs [Boolean] delivered true if the result which has "delivered" reason is included
# @options argvs [Boolean] vacation true if the result which has "vacation" reason is included
# @options argvs [Proc] hook Proc object of the callback method
# @options argvs [String] origin Path to the original email file
# @return [Array] Array of Sisimai::Fact objects
def self.rise(**argvs)
Expand Down

0 comments on commit c4c9712

Please sign in to comment.