Sha256: 5fbac326f980b5c1ab6e32c27a3523f0dde95f8400b96e9b810c58a7236088d0

Contents?: true

Size: 166 Bytes

Versions: 25

Compression:

Stored size: 166 Bytes

Contents

# frozen_string_literal: true

# Example
class Worker
  def day_of_week; end

  def holiday?; end

  def goto_work?
    !holiday? && day_of_week != :Sunday
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
rast-1.0.0 examples/worker.rb
rast-0.19.1 examples/worker.rb
rast-0.19.0 examples/worker.rb
rast-0.18.0 examples/worker.rb
rast-0.15.1 examples/worker.rb
rast-0.14.0 examples/worker.rb
rast-0.11.4 examples/worker.rb
rast-0.11.3 examples/worker.rb
rast-0.11.1 examples/worker.rb
rast-0.11.0 examples/worker.rb
rast-0.10.0 examples/worker.rb
rast-0.9.0 examples/worker.rb
rast-0.9.0.pre examples/worker.rb
rast-0.8.1.pre examples/worker.rb
rast-0.8.0.pre examples/worker.rb
rast-0.6.2.pre examples/worker.rb
rast-0.6.1.pre examples/worker.rb
rast-0.6.0.pre examples/worker.rb
rast-0.4.2.pre examples/worker.rb
rast-0.4.1.pre examples/worker.rb