Method: Code::Object::Parameter#regular_splat?

Defined in:
lib/code/object/parameter.rb

#regular_splat?Boolean

Returns:



46
47
48
# File 'lib/code/object/parameter.rb', line 46

def regular_splat?
  code_regular_splat?.truthy?
end