Skip to content

Instantly share code, notes, and snippets.

@armchairdeity
Created March 9, 2017 18:43
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 armchairdeity/ff046601e2af27ccf476bc19c82fb5bc to your computer and use it in GitHub Desktop.
Save armchairdeity/ff046601e2af27ccf476bc19c82fb5bc to your computer and use it in GitHub Desktop.
component {
function init() {
return this;
}
function testMe() {
return isDefined("arguments");
}
}
<cfscript>
test = new test();
test.testMe();
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment