Skip to content

This gem behavior is not same as method_source when invoke proc.source #4

@zw963

Description

@zw963

Following just a example:

When use fast_method_source, i only can get block first line.

add_job_into_delayed_worker job_name: 'simple delayed worker' do

But, when use method_source, i can get full blocked content.

    add_job_into_delayed_worker job_name: 'simple delayed worker' do
      $stdout.print 'delayed worker is run!'    
    end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions