Module: Transpec::Syntax::RSpecConfigure::ConfigModification

Includes:
AST::Sexp, ConfigAddition, Util
Included in:
Transpec::Syntax::RSpecConfigure, Framework
Defined in:
lib/transpec/syntax/rspec_configure/config_modification.rb

Defined Under Namespace

Modules: ConfigAddition

Constant Summary

Constants included from Util

Util::LITERAL_TYPES, Util::WHITESPACES

Instance Method Summary collapse

Methods included from ConfigAddition

#add_config!, #block_node_to_insert_code, #body_indentation, #config_variable_name, #empty_block_body?, #generate_config_lines

Methods included from Util

beginning_of_line_range, block_node_taken_by_method, chainable_source, const_name, contain_here_document?, each_backward_chained_node, each_forward_chained_node, each_line_range, expand_range_to_adjacent_whitespaces, find_consecutive_whitespace_position, first_block_arg_name, here_document?, in_explicit_parentheses?, indentation_of_line, line_range, literal?, proc_literal?, range_from_arg

Instance Method Details

#block_nodeObject



12
13
14
# File 'lib/transpec/syntax/rspec_configure/config_modification.rb', line 12

def block_node
  fail NotImplementedError
end