class PeppersGhost::Ghost

Public Instance Methods

attributes() click to toggle source
# File lib/peppers-ghost/ghost.rb, line 2
def attributes
  @attributes ||= []
end
method_missing(method, *args, &block) click to toggle source
# File lib/peppers-ghost/ghost.rb, line 6
def method_missing(method, *args, &block)
  attributes << method
end