summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.5.2/lib/rouge/demos/coffeescript
blob: a562db64154f5ff9addc5c17625afffff91c5a9d (plain)
1
2
3
4
5
# Objects:
math =
  root:   Math.sqrt
  square: square
  cube:   (x) -> x * square x