Sha256: b50f3bcb6e8f111a7bee59380d251e4e16eb0baec2b92421b5d8b2e6a257227a
Contents?: true
Size: 241 Bytes
Versions: 92
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Simple pass through mapper for options that do not yet have a mapper defined class BaseMapOption def option_name(name) "--#{name.to_s.gsub('_', '-')}" end end end
Version data entries
92 entries across 92 versions & 1 rubygems