GoBoundless/dyph3

View on GitHub
lib/dyph/action/no_change.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Dyph
  class Action::NoChange < Action ;
    def symbol
      :no_change
    end
  end
end