Method: Ooor::OoorBehavior::ClassMethods#irregular_context_position

Defined in:
lib/ooor.rb

#irregular_context_position(method) ⇒ Object



97
98
99
# File 'lib/ooor.rb', line 97

def irregular_context_position(method)
  IRREGULAR_CONTEXT_POSITIONS.merge(default_config[:irregular_context_positions] || {})[method.to_sym]
end