class Bantam::Main

Defined in:

bantam/bantam.cr

Instance Method Summary

Instance Method Detail

def main #

[View source]
def s_failed : Int32 #

[View source]
def s_failed=(s_failed : Int32) #

[View source]
def s_passed : Int32 #

[View source]
def s_passed=(s_passed : Int32) #

[View source]
def test(source : String, expected : String) #

Parses the given chunk of code and verifies that it matches the expected pretty-printed result.


[View source]