module SJ::Ugly::Action

Constants

Unit

n.b. Struct is implemented in C, and its implementation does not allow

emptiness, so we patch all methods to simulate it instead.

Public Class Methods

included(receiver) click to toggle source
# File lib/sj/ugly/action.rb, line 25
def self.included(receiver)
  receiver.extend(ClassMethods)
  receiver.send(:include, InstanceMethods)
end