module DevFlow
Constants
- VERSION
Public Class Methods
branchify(string)
click to toggle source
# File lib/devflow.rb, line 6 def self.branchify(string) string.tr(' ', '-').gsub(/[^\w-]/, '').downcase end
# File lib/devflow.rb, line 6 def self.branchify(string) string.tr(' ', '-').gsub(/[^\w-]/, '').downcase end