2020-06-10 19:29:04 +02:00

10 lines
108 B
Ruby

# frozen_string_literal: true
class Resource
undef on_linux
def on_linux(&_block)
yield
end
end