Sha256: f71c36a6850253141427c1e9784dedd059fdd4aa4921d29b37e969021a40e016
Contents?: true
Size: 1.74 KB
Versions: 9
Compression:
Stored size: 1.74 KB
Contents
/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you 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. */ .ruby .normal {} .ruby .comment { color: gray; } .ruby .method { color: lightblue; } .ruby .punct { color: darkblue; } .ruby .keyword, .ruby .symbol { color: blue; } .ruby .string, .ruby .regex { color: green; } .ruby .char { } .ruby .ident { color: black; } .ruby .constant, ruby .class, ruby .module { color: darkblue; } .ruby .number { color: blue; } .ruby .attribute { } .ruby .global { } .ruby .expr { } .ruby .escape { } .xml .normal {} .xml .namespace { color: darkblue; } .xml .tag { color: blue; } .xml .comment { color: gray; } .xml .punct { color: darkblue; } .xml .string { } .xml .number { } .xml .attribute { color: blue; } .yaml .document { } .yaml .type { } .yaml .key { color: blue; } .yaml .comment { color: gray; } .yaml .punct { color: darkblue; } .yaml .string { } .yaml .number { } .yaml .time { } .yaml .date { } .yaml .ref { color: green; } .yaml .anchor { color: green; }
Version data entries
9 entries across 9 versions & 4 rubygems