Sha256: 3a5198d3d6e5cc0d03771d5315e41ff5cad144e4edfa1e9f84f82a1d0ecfb4bc
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Simple pass through mapper for options that do not yet have a mapper defined class MapOptionValue def self.map(_name, value) value end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_app_generator-0.0.3 | lib/rails_app_generator/options/map_option_pass_through.rb |