Bradley Whited

Results 15 comments of Bradley Whited

Personally, I'd like the code to be changed to include empty directories. IMO, it's an unexpected result. For my use case, I have a folder `assets/maps/user` that is meant for...

@oneeyeman1 Thanks for the reply. I tried this, but even with an empty function, I can continue to scroll the slider with the mouse wheel. I even tried `event.Skip(false);` but...

I forgot to mention it works as expected in JRuby without `import_methods`: ```ruby refine Module do # import_methods MyMethods def my_ref_method print '1, ' my_ref_method_2 end def my_ref_method_2 puts '2'...

> [@esotericpig](https://github.com/esotericpig) Esoteric indeed! I didn't even know this pattern was possible. > > I assume `import_methods` on its own works correctly? Yes, it works fine as long as you...

Kind of unrelated, I also see that `used_modules` is always empty. I guess this hasn't been implemented yet in JRuby? I use it in my spec tests to assert that...