Class: CodeAnalytics::WhoIs
- Inherits:
-
Object
- Object
- CodeAnalytics::WhoIs
- Defined in:
- lib/code_analytics.rb
Class Method Summary collapse
Class Method Details
.awesome? ⇒ Boolean
5 6 7 8 9 10 |
# File 'lib/code_analytics.rb', line 5 def self.awesome? puts "YOU ARE AWESOME!!" system "metric_fu" system "brakeman -o breakman_report.csv" puts "end of file" end |