PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/tools/drillbit/Resources/tests/ruby/bar.rb

http://github.com/appcelerator/titanium_desktop
Ruby | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 2116d747375ea7a8da58dfded03d34f0 MD5 | raw file
Possible License(s): Apache-2.0
  1. class Bar
  2. def mitzvah
  3. 'yah'
  4. end
  5. def give_me_some(f)
  6. f
  7. end
  8. end