Class: Sprockets::Typescript::Compiler::Console

Inherits:
Object
  • Object
show all
Defined in:
lib/sprockets/typescript/compiler.rb

Instance Method Summary collapse

Instance Method Details

#log(s) ⇒ Object



10
11
12
# File 'lib/sprockets/typescript/compiler.rb', line 10

def log(s)
  $stderr.puts(s)
end