Class: Kamaze::Project::Tools::Rubocop::Arguments

Inherits:
Array
  • Object
show all
Defined in:
lib/kamaze/project/tools/rubocop/arguments.rb

Overview

Arguments

Almost a basic Array

Instance Method Summary collapse

Instance Method Details

#to_aArray<String>

Returns:

  • (Array<String>)


16
17
18
# File 'lib/kamaze/project/tools/rubocop/arguments.rb', line 16

def to_a
  super.map(&:to_s)
end