Skip to content

Instantly share code, notes, and snippets.

@JakeAustwick
Created November 14, 2012 13:21
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 JakeAustwick/ccbe0a0574f96135efa1 to your computer and use it in GitHub Desktop.
Save JakeAustwick/ccbe0a0574f96135efa1 to your computer and use it in GitHub Desktop.
module Platform
module Sniffers
module Cms
class WordPressA
def self.perform
return true
end
end
end
end
end
Platform::Sniffers::Cms::WordpressA.perform
#=> uninitialized constant Platform::Sniffers::Cms::WordpressA (NameError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment