Sha256: fd15944cdfae51af552e9adad444fa296ecf9f0e39d9cf4cc686aaf7a82a5d43
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
= Quna {Quna} is a library for making it simple to query interactively answers from users. == Example First the Query object should be created: q = Quna::Query.new Then queries can be made for Y/N answers or generic questions: puts "answer is: " + q.ask_yn_bool( "what" ).to_s puts "answer is: " + q.ask( "How are you" ).to_s == Testing TBD
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
quna-0.0.2 | README.rdoc |