Sha256: 992a1dc6699f731f393e817769433182663b8d16c42865afe56de0803245f935
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module RShade module Formatter module Stack class Stdout < String def call(stack_frames, variable_serializer: nil) puts super end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rshade-0.2.2 | lib/rshade/formatter/stack/stdout.rb |