Skip to content

Instantly share code, notes, and snippets.

@Dysp

Dysp/test.rb Secret

Created June 26, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dysp/4c7867f7c82beb3902d8f3e62612ab3f to your computer and use it in GitHub Desktop.
Save Dysp/4c7867f7c82beb3902d8f3e62612ab3f to your computer and use it in GitHub Desktop.
require_relative 'kincomwip.rb'
require_relative 'output'
include Output
@@boris.output_to(pdf: true, excel: true)
lol = "hejsa!"
lol.output_to (excel: true, pdf: false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment