Class: RailsAppGenerator::MapOptionIgnore

Inherits:
BaseMapOption show all
Defined in:
lib/rails_app_generator/options/map_option_ignore.rb

Overview

Simple pass through mapper for options that do not yet have a mapper defined

Instance Method Summary collapse

Methods inherited from BaseMapOption

#option_name

Instance Method Details

#map(_name, _value) ⇒ Object



6
7
8
# File 'lib/rails_app_generator/options/map_option_ignore.rb', line 6

def map(_name, _value)
  nil
end