3 4 5
# File 'lib/pegarus/compatibility.rb', line 3 def thunk_method(name, value) define_method(name) { return value } end