summaryrefslogtreecommitdiff
path: root/lib/highline/statement.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate safe_level of ERB.new in Ruby 2.6Koichi ITO2018-05-121-1/+5
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-071-3/+3
* More manual fixes for rubocop warningsAbinoam P. Marques Jr2017-07-021-5/+7
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-301-3/+3
* Reindent HighLine::StatementAbinoam Praxedes Marques Jr2015-12-141-72/+74
* Improve HighLine::Statement documentationAbinoam Praxedes Marques Jr2015-12-141-1/+23
* remove unneccessary shebang lines from *.rb files in libMichal Cichra2015-06-151-1/+0
* Change getbyte -> getc and easy all encoding issuesAbinoam Praxedes Marques Jr2015-05-241-4/+0
* Add HighLine::TemplateRenderer to aggregate tpl rendering logicAbinoam Praxedes Marques Jr2015-04-291-8/+11
* Add coding information to all files - 1.9 compatibilityAbinoam Praxedes Marques Jr2015-04-291-0/+3
* Paginate only when page_at definedAbinoam Praxedes Marques Jr2015-04-291-1/+1
* Make Paginator and Statemnt talkAbinoam Praxedes Marques Jr2015-04-291-5/+2
* Move pagination related code to its own moduleAbinoam Praxedes Marques Jr2015-04-291-19/+0
* Wrapper.wrap returns text unless wrap_at definedAbinoam Praxedes Marques Jr2015-04-291-1/+1
* Use the new HighLine::Wrapper module in HighLine::StatementAbinoam Praxedes Marques Jr2015-04-291-1/+3
* Move HighLine::Statement wrapping logic into its own moduleAbinoam Praxedes Marques Jr2015-04-291-26/+7
* Rename HighLine::Statement statement_string -> template_stringAbinoam Praxedes Marques Jr2015-04-291-8/+8
* Extract template rendering logic into its own methodAbinoam Praxedes Marques Jr2015-04-291-2/+6
* Remove stringification responsability out of HighLine::Statement#format_state...Abinoam Praxedes Marques Jr2015-04-291-5/+8
* Add lazy evaluation of HighLine::Statement#statementAbinoam Praxedes Marques Jr2015-04-291-1/+4
* Make HighLine and HighLine::Statement talkAbinoam Praxedes Marques Jr2015-04-291-12/+33
* Move statement formatting code to a separate classAbinoam Praxedes Marques Jr2015-04-291-0/+65