Sha256: 35d663990c5f0e27a0ad47953d68b7c85819d1c8cd0fb0f74165350732564970
Contents?: true
Size: 546 Bytes
Versions: 1
Compression:
Stored size: 546 Bytes
Contents
# frozen_string_literal: true module Space2underscore class Usage MESSAGE = <<-EOF.chomp NAME: space2underscore - Change the space into underscore USAGE: $ s2u new branch -c => Switched to the new branch 'new_branch’ Or $ git branch -m $(s2u renamed branch) VERSION: #{Space2underscore::VERSION} OPTIONS: --create, -c create a new branch EOF def content MESSAGE.gsub(' ', '') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
space2underscore-0.5.3 | lib/space2underscore/usage.rb |