Class: TrueClassPresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/presenters/true_class_presenter.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
7
8
# File 'app/presenters/true_class_presenter.rb', line 4

def to_s
  # rubocop:disable Lint/BooleanSymbol
  I18n.t :true
  # rubocop:enable Lint/BooleanSymbol
end