This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: sources.triggermesh.io/v1alpha1 | |
kind: SlackSource | |
metadata: | |
name: zro | |
spec: | |
appID: REDACTED | |
signingSecret: | |
value: REDACTED | |
sink: | |
ref: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# just for this example to work | |
class BigCommerce | |
def woot(...) | |
puts "woot" | |
end | |
class System | |
def time(*args, **kwargs) | |
puts "time: #{args} #{kwargs}" | |
end |
OlderNewer