class Bantam::Main
- Bantam::Main
- Reference
- Object
Defined in:
bantam/bantam.crInstance Method Summary
- #main
- #s_failed : Int32
- #s_failed=(s_failed : Int32)
- #s_passed : Int32
- #s_passed=(s_passed : Int32)
-
#test(source : String, expected : String)
Parses the given chunk of code and verifies that it matches the expected pretty-printed result.
Instance Method Detail
def test(source : String, expected : String)
#
Parses the given chunk of code and verifies that it matches the expected pretty-printed result.