Sha256: e04b22d7d9b272d5a9b26d0e9e781024006bb855bd8f570f4cea1d4ca313eb70
Contents?: true
Size: 782 Bytes
Versions: 19
Compression:
Stored size: 782 Bytes
Contents
# Copyright (C) 2015 Kouhei Sutou <kou@clear-code.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. module Grntest class QueryLogEntry < Struct.new(:timestamp, :mark, :message) end end
Version data entries
19 entries across 19 versions & 1 rubygems