class I18nChecker::Unused::Text
Attributes
file[R]
text[R]
Public Class Methods
new(file:, text:)
click to toggle source
# File lib/i18n_checker/unused/text.rb, line 12 def initialize(file:, text:) @file = file @text = text end