Class: GitTrend::Formatters::JsonFormatter
- Inherits:
-
Object
- Object
- GitTrend::Formatters::JsonFormatter
- Defined in:
- lib/git_trend/formatters/json_formatter.rb
Instance Method Summary collapse
Instance Method Details
#print(projects, options) ⇒ Object
5 6 7 |
# File 'lib/git_trend/formatters/json_formatter.rb', line 5 def print(projects, ) puts projects.map { |project| project.to_h }.to_json end |
#print_languages(languages) ⇒ Object
9 10 11 |
# File 'lib/git_trend/formatters/json_formatter.rb', line 9 def print_languages(languages) puts languages.to_json end |