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