Support `only_if` and `not_if` inside a `define` by sue445 · Pull Request #271 · itamae-kitchen/itamae

c.f. #262 Example define :some_definition do end # this is executed some_definition do only_if "exit 0" end # this is not executed some_definition do only_if "exit 1" end Close #262 Close #161