Skip to content

Instantly share code, notes, and snippets.

@zylad
Created November 7, 2012 21:17
Show Gist options
  • Save zylad/cb15fd54764c26cac06e to your computer and use it in GitHub Desktop.
Save zylad/cb15fd54764c26cac06e to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
require 'lib/fuuuuuu'
class Test
extend Foo::Bar
def initialize(file)
@file = file
end
def baz
self.blah(@file)
end
end
t = Test.new('Gemfile.asc')
t.baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment