Nikolay

Results 1 issues of Nikolay

Could you please help me with this problem? Steps to reproduce: ```rb module Commands class Foo < Trailblazer::Operation step :bar def bar end end end bundle exec bin/console pry(main)> reload-code...