Sha256: a2dc93fd5a683b0f311804022678d683318796a21b8c2af0573f343d9d963309
Contents?: true
Size: 759 Bytes
Versions: 10
Compression:
Stored size: 759 Bytes
Contents
# encoding: UTF-8 # Copyright 2011 innoQ Deutschland GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Iqvoc module InlineDataHelper # delimiters for strings representing a list of values Joiner = ", " Splitter = /[,\n] */ end end
Version data entries
10 entries across 10 versions & 1 rubygems