Skip to content

Instantly share code, notes, and snippets.

@andre
Created August 21, 2012 17:03
Show Gist options
  • Save andre/3417335 to your computer and use it in GitHub Desktop.
Save andre/3417335 to your computer and use it in GitHub Desktop.
class Counter < Scout::Plugin
def build_report
value =`ls -1 ~ | wc -l`.to_i
report(:count=>value)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment