Sha256: 8aa9ad87c0e9ce1346acaa9112abbc56167b720cab3519262cd97f3e578575d5
Contents?: true
Size: 293 Bytes
Versions: 10
Compression:
Stored size: 293 Bytes
Contents
# encoding: UTF-8 # A debug hint, that can be added to a move class DebugHint # @!attribute [r] content # @return [String] a hint attr_reader :content # @param content [Object] of the hint, will be converted to a string def initialize(content) @content = content.to_s end end
Version data entries
10 entries across 10 versions & 1 rubygems