Module: Lap
- Defined in:
- lib/lap.rb,
lib/lap/class.rb,
lib/lap/method.rb,
lib/lap/module.rb,
lib/lap/helpers.rb,
lib/lap/version.rb,
lib/lap/constant.rb
Defined Under Namespace
Modules: Helpers Classes: Class, Constant, Method, Module, Output
Constant Summary collapse
- CONFIG_FILENAME =
".lap.yml"- DEFAULT_CONFIG =
{ indent: 2, frozen_string_literals: true, preferred_line_length: 100 }
- FROZEN_STRING_COMMENT =
"# frozen_string_literal: true\n\n"- Config =
DEFAULT_CONFIG.merge(yml_config.transform_keys(&:to_sym))
- VERSION =
"0.2.1"