module Cucumber::Messages::Message::Deserialization
Public Class Methods
included(other)
click to toggle source
# File lib/cucumber/messages/message/deserialization.rb, line 10 def self.included(other) other.extend(ClassMethods) end