# File lib/powerbar.rb, line 265 def h_eta return nil unless scope.show_eta 1 < eta ? humanize_interval(eta) : nil end