Skip to content

Instantly share code, notes, and snippets.

@avgerin0s
Created December 24, 2014 13:09
Show Gist options
  • Save avgerin0s/0a7a40e00834b5e656b8 to your computer and use it in GitHub Desktop.
Save avgerin0s/0a7a40e00834b5e656b8 to your computer and use it in GitHub Desktop.
self.send(:send, :eval, "`ls`").send(:split, "\n").map(&:downcase).each { |s| s.class.send(:define_method, s.to_sym, ->{puts "a"}) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment