class Nanoc::RuleDSL::RuleMemoryCalculator::UnsupportedObjectTypeException

Public Class Methods

new(obj) click to toggle source
Calls superclass method
# File lib/nanoc/rule_dsl/rule_memory_calculator.rb, line 10
def initialize(obj)
  super("Do not know how to calculate the rule memory for #{obj.inspect}")
end