class Bpl::AST::RequiresClause
Public Instance Methods
show(&blk)
click to toggle source
# File lib/bpl/ast/specification.rb, line 18 def show(&blk) "#{yield :free if @free} #{yield :requires} #{show_attrs(&blk)} #{yield @expression};".fmt end