class Stronger::Interface

Attributes

methods[R]

Public Class Methods

new(*methods) click to toggle source
# File lib/stronger/interface.rb, line 4
def initialize(*methods)
  @methods = methods
end