class RuboCop::Cop::Style::EmptyMethod

Constants

YAYOI_MSG_COMPACT
YAYOI_MSG_EXPANDED

Public Instance Methods

message(_node) click to toggle source
# File lib/rubocop/cop/style/empty_method.rb, line 11
def message(_node)
  compact_style? ? YAYOI_MSG_COMPACT : YAYOI_MSG_EXPANDED
end