Class: Mirah::Typer::Base

Inherits:
Object
  • Object
show all
Includes:
Mirah
Defined in:
lib/mirah/typer/base.rb

Direct Known Subclasses

JavaTyper, Simple

Constant Summary

Constants included from Mirah

Mirah::TransformError, VERSION

Instance Method Summary collapse

Methods included from Mirah

compile, compiler_options, compiler_options=, dest_path, dest_path=, dest_paths, dest_to_source_path, find_dest, find_source, parse, plugins, print_error, reset, run, source_path, source_path=, source_paths, typer_plugins

Instance Method Details

#log(message) ⇒ Object



21
# File 'lib/mirah/typer/base.rb', line 21

def log(message); Typer.log(message); end

#to_sObject



23
24
25
# File 'lib/mirah/typer/base.rb', line 23

def to_s
  name
end