You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I have no idea how we'd split a method definition like that syntax-wise without a bunch of gross boilerplate (which would probably look very similar to what we're already doing). If only Ruby had some kind of preprocessing step we could macro #DEFINE tests end, tests do |f| with...
The text was updated successfully, but these errors were encountered:
The syntax for inline tests right now technically works, but it's still pretty weird:
I think the ideal syntax would feel more native to Ruby and less hacky; something like:
However, I have no idea how we'd split a method definition like that syntax-wise without a bunch of gross boilerplate (which would probably look very similar to what we're already doing). If only Ruby had some kind of preprocessing step we could macro
#DEFINE tests end, tests do |f|
with...The text was updated successfully, but these errors were encountered: