module StartHer::Refinements

Public Instance Methods

to_current_backlog() click to toggle source
# File lib/start_her/refinements/string.rb, line 4
def to_current_backlog
  self + ":backlog_#{Time.now.utc.strftime('%Y%m%d')}"
end