Sha256: 1d440e97167a4dcf7e5667068a5563a278fe88d2f49f0202113a58d83a02e430

Contents?: true

Size: 172 Bytes

Versions: 12

Compression:

Stored size: 172 Bytes

Contents

class Code
  class Node
    class Nothing < Node
      def initialize
      end

      def evaluate(**args)
        ::Code::Object::Nothing.new
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
template-ruby-0.4.0 lib/code/node/nothing.rb
code-ruby-0.4.0 lib/code/node/nothing.rb
template-ruby-0.3.1 lib/code/node/nothing.rb
code-ruby-0.3.1 lib/code/node/nothing.rb
template-ruby-0.3.0 lib/code/node/nothing.rb
code-ruby-0.3.0 lib/code/node/nothing.rb
code-ruby-0.2.4 lib/code/node/nothing.rb
template-ruby-0.2.4 lib/code/node/nothing.rb
template-ruby-0.2.3 lib/code/node/nothing.rb
template-ruby-0.2.2 lib/code/node/nothing.rb
template-ruby-0.2.1 lib/code/node/nothing.rb
template-ruby-0.2.0 lib/code/node/nothing.rb