class Nanoc::RuleDSL::ActionSequenceCalculator::UnsupportedObjectTypeException
Public Class Methods
new(obj)
click to toggle source
Calls superclass method
# File lib/nanoc/rule_dsl/action_sequence_calculator.rb, line 6 def initialize(obj) super("Do not know how to calculate the action sequence for #{obj.inspect}") end