Libraries
»
gettext
(3.1.4)
»
Index
»
GetText
»
POEntry
»
#fuzzy?
Method: GetText::POEntry#fuzzy?
Defined in:
lib/gettext/po_entry.rb
#
fuzzy?
⇒
Boolean
202 203 204
# File 'lib/gettext/po_entry.rb', line 202
def
fuzzy?
@flags
.
include?
(
"fuzzy"
)
end