class RShade::Formatter::Stdout

Public Instance Methods

call() click to toggle source
Calls superclass method
# File lib/rshade/formatter/stdout.rb, line 4
def call
  buffer = super
  puts buffer
end